diff options
Diffstat (limited to 'no_history/private.h')
-rw-r--r-- | no_history/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/no_history/private.h b/no_history/private.h index 9474e7c..f78e5bc 100644 --- a/no_history/private.h +++ b/no_history/private.h @@ -5,7 +5,7 @@ #define VER_MAJOR 0
#define VER_MINOR 1
#define VER_RELEASE 0
-#define VER_BUILD 1
+#define VER_BUILD 2
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
|