Update versioning

This commit is contained in:
FlareMicrosystems
2022-10-15 19:36:55 -07:00
parent 575f5dab46
commit dc7f7f3cc5
2 changed files with 7 additions and 3 deletions

View File

@@ -775,6 +775,10 @@
RelativePath=".\src\include\ToolEnum.h" RelativePath=".\src\include\ToolEnum.h"
> >
</File> </File>
<File
RelativePath=".\src\include\versioning.h"
>
</File>
<File <File
RelativePath=".\src\include\VS2005CompatShim.h" RelativePath=".\src\include\VS2005CompatShim.h"
> >

View File

@@ -1,11 +1,11 @@
#ifndef APP_GENER #ifndef APP_GENER
//#define SNAPSHOT_VERSION #define SNAPSHOT_VERSION
#define APP_GENER 0 #define APP_GENER 0
#define APP_MAJOR 0 #define APP_MAJOR 0
#define APP_MINOR 107 #define APP_MINOR 108
#define APP_PATCH 2 #define APP_PATCH 0
#define APP_VER_STRING APP_GENER.APP_MAJOR.APP_MINOR.APP_PATCH #define APP_VER_STRING APP_GENER.APP_MAJOR.APP_MINOR.APP_PATCH