diff --git a/Blocks3D.vcproj b/Blocks3D.vcproj index e8d6913..e7315b6 100644 --- a/Blocks3D.vcproj +++ b/Blocks3D.vcproj @@ -775,6 +775,10 @@ RelativePath=".\src\include\ToolEnum.h" > + + diff --git a/src/include/versioning.h b/src/include/versioning.h index 35832dd..7d7c87e 100644 --- a/src/include/versioning.h +++ b/src/include/versioning.h @@ -1,11 +1,11 @@ #ifndef APP_GENER -//#define SNAPSHOT_VERSION +#define SNAPSHOT_VERSION #define APP_GENER 0 #define APP_MAJOR 0 -#define APP_MINOR 107 -#define APP_PATCH 2 +#define APP_MINOR 108 +#define APP_PATCH 0 #define APP_VER_STRING APP_GENER.APP_MAJOR.APP_MINOR.APP_PATCH