Now working on 0.15.2 (#1432)

This commit is contained in:
Enrico Giordani
2020-03-04 05:52:16 +01:00
committed by GitHub
parent 6787af413e
commit 8373204c94
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 15
#define VERSION_REVISION 1
#define VERSION_REVISION 2
#define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, 0
#define FILE_VERSION_STRING STRINGIZE(VERSION_MAJOR) "." STRINGIZE(VERSION_MINOR) "." STRINGIZE(VERSION_REVISION) ".0"