Increase the version number to 0.207

This commit is contained in:
Alexey Sokolov
2012-03-29 23:28:25 +07:00
parent 88a13d7604
commit 95053f4db4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 0
#define VERSION_MINOR 205
#define VERSION_MINOR 207
// This one is for display purpose
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0)