Increase the version number to 1.2

This commit is contained in:
Alexey Sokolov
2013-11-04 16:07:13 +04:00
parent a4e275408a
commit 49cf40b19c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_MINOR 2
// This one is for display purpose
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)