diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index fce92a1..e58f119 100644 --- a/src/Config.h +++ b/src/Config.h @@ -32,10 +32,12 @@ #define SNAPSHOT_ID 0 #endif +#ifndef STABLE #ifndef BETA #define BETA #define SNAPSHOT #endif +#endif //VersionInfoEnd #if defined(SNAPSHOT) |
