diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-22 18:33:56 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-22 18:33:56 (GMT) |
| commit | 45c31030a62d12371675d3240558e35c8ab430e7 (patch) | |
| tree | a9c446b9cffad0f1d6e67154e2a5b668b4f5a572 /src | |
| parent | 97bf9a517e63e87eebeedd6a6d393e83f6354a23 (diff) | |
| download | powder-45c31030a62d12371675d3240558e35c8ab430e7.zip powder-45c31030a62d12371675d3240558e35c8ab430e7.tar.gz | |
Changes to sconscript to allow building with specific version number
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) |
