diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-22 17:51:05 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-22 17:51:05 (GMT) |
| commit | 97bf9a517e63e87eebeedd6a6d393e83f6354a23 (patch) | |
| tree | 9c523987a49d8cd2ae28becc3b2c520b8fbbf35d /src/Config.h | |
| parent | a1b4168b30979fc9bb8571d382b4bfc6aa8f87f0 (diff) | |
| download | powder-97bf9a517e63e87eebeedd6a6d393e83f6354a23.zip powder-97bf9a517e63e87eebeedd6a6d393e83f6354a23.tar.gz | |
Snapshot checking
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) |
