Changeset 149 in tspsg-svn for trunk/src/version.h
- Timestamp:
- Dec 20, 2010, 9:53:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/version.h
r147 r149 30 30 31 31 #ifndef BUILD_VERSION_MAJOR 32 33 #define BUILD_VERSION_MAJOR 032 //! Major version of current TSPSG build 33 # define BUILD_VERSION_MAJOR 0 34 34 #endif // BUILD_VERSION_MAJOR 35 35 #ifndef BUILD_VERSION_MINOR 36 37 #define BUILD_VERSION_MINOR 036 //! Minor version of current TSPSG build 37 # define BUILD_VERSION_MINOR 0 38 38 #endif // BUILD_VERSION_MINOR 39 39 #ifndef BUILD_RELEASE 40 41 #define BUILD_RELEASE 040 //! TSPSG release number 41 # define BUILD_RELEASE 0 42 42 #endif // BUILD_RELEASE 43 43 44 44 #ifndef BUILD_NUMBER 45 46 #define BUILD_NUMBER 045 //! Current TSPSG build number 46 # define BUILD_NUMBER 0 47 47 #endif // BUILD_NUMBER 48 48 … … 52 52 */ 53 53 #ifdef DEBUG 54 #ifndef BUILD_STATUS_TYPE55 #define BUILD_STATUS (debug build BUILD_NUMBER)56 #else57 #define BUILD_STATUS (debug BUILD_STATUS_TYPE BUILD_STATUS_NUMBER)58 #endif54 # ifndef BUILD_STATUS_TYPE 55 # define BUILD_STATUS (debug build BUILD_NUMBER) 56 # else 57 # define BUILD_STATUS (debug BUILD_STATUS_TYPE BUILD_STATUS_NUMBER) 58 # endif 59 59 #else 60 #if !defined(TSPSG_RELEASE_BUILD)61 #define BUILD_STATUS (nightly build)62 #elif !defined(BUILD_STATUS_TYPE)63 #define BUILD_STATUS (build BUILD_NUMBER)64 #else65 #define BUILD_STATUS (BUILD_STATUS_TYPE BUILD_STATUS_NUMBER)66 #endif // TSPSG_RELEASE_BUILD60 # if !defined(TSPSG_RELEASE_BUILD) 61 # define BUILD_STATUS (nightly build) 62 # elif !defined(BUILD_STATUS_TYPE) 63 # define BUILD_STATUS (build BUILD_NUMBER) 64 # else 65 # define BUILD_STATUS (BUILD_STATUS_TYPE BUILD_STATUS_NUMBER) 66 # endif // TSPSG_RELEASE_BUILD 67 67 #endif // DEBUG 68 68
Note: See TracChangeset
for help on using the changeset viewer.