diff options
Diffstat (limited to 'src/Config.h')
| -rw-r--r-- | src/Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 5bf10cc..1ad3e09 100644 --- a/src/Config.h +++ b/src/Config.h @@ -21,6 +21,10 @@ #define BETA #define SNAPSHOT #define BUILD_NUM 155 + +#ifndef SNAPSHOT_ID +#define SNAPSHOT_ID 0 +#endif //VersionInfoEnd #if defined(SNAPSHOT) |
