- Timestamp:
- Oct 15, 2010, 8:15:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/version.h
r118 r145 52 52 */ 53 53 #ifdef DEBUG 54 #ifndef BUILD_STATUS 54 #ifndef BUILD_STATUS_TYPE 55 55 #define BUILD_STATUS (debug build BUILD_NUMBER) 56 #else 57 #define BUILD_STATUS (BUILD_STATUS_TYPE BUILD_STATUS_NUMBER) 56 58 #endif 57 59 #else 58 60 #if !defined(TSPSG_RELEASE_BUILD) 59 61 #define BUILD_STATUS (nightly build) 60 #elif !defined(BUILD_STATUS )62 #elif !defined(BUILD_STATUS_TYPE) 61 63 #define BUILD_STATUS (build BUILD_NUMBER) 64 #else 65 #define BUILD_STATUS (BUILD_STATUS_TYPE BUILD_STATUS_NUMBER) 62 66 #endif // TSPSG_RELEASE_BUILD 63 67 #endif // DEBUG
Note: See TracChangeset
for help on using the changeset viewer.