Changeset 2274
- Timestamp:
- 03/05/10 03:39:45 (5 months ago)
- Files:
-
- 1 modified
-
FalconView/trunk/public/Build.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FalconView/trunk/public/Build.h
r2266 r2274 20 20 // The build script will change the build number automatically based on the PROJECT_BUILD_LEVEL below 21 21 #define PROJECT_BUILD_TYPE 'b' 22 #define PROJECT_VERSION 4,3,0,64 023 #define STRVERSION "4.3.0.64 0\0"22 #define PROJECT_VERSION 4,3,0,641 23 #define STRVERSION "4.3.0.641\0" 24 24 25 25 // the following #defines are updated by the build script and should not be edited 26 #define PROJECT_BUILD_LEVEL 64 027 #define STRBUILD "64 0(b)\0"26 #define PROJECT_BUILD_LEVEL 641 27 #define STRBUILD "641(b)\0" 28 28 29 #define PROJECT_BUILD_DAY 429 #define PROJECT_BUILD_DAY 5 30 30 #define PROJECT_BUILD_MONTH 3 31 31 #define PROJECT_BUILD_YEAR 2010
