diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Config.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/Config.h b/src/Config.h index 1ad3e09..257bb2f 100644 --- a/src/Config.h +++ b/src/Config.h @@ -16,15 +16,24 @@ #endif //VersionInfoStart +#ifndef SAVE_VERSION #define SAVE_VERSION 80 +#endif + +#ifndef MINOR_VERSION #define MINOR_VERSION 3 -#define BETA -#define SNAPSHOT +#endif + +#ifndef BUILD_NUM #define BUILD_NUM 155 +#endif #ifndef SNAPSHOT_ID #define SNAPSHOT_ID 0 #endif + +#define BETA +#define SNAPSHOT //VersionInfoEnd #if defined(SNAPSHOT) |
