Changeset 2282

Show
Ignore:
Timestamp:
03/06/10 03:52:36 (5 months ago)
Author:
FV_BuildManager
Message:

See #152. Updated build number to Build 642(b).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FalconView/trunk/public/Build.h

    r2274 r2282  
    2020// The build script will change the build number automatically based on the PROJECT_BUILD_LEVEL below 
    2121#define PROJECT_BUILD_TYPE 'b' 
    22 #define PROJECT_VERSION 4,3,0,641 
    23 #define STRVERSION  "4.3.0.641\0"  
     22#define PROJECT_VERSION 4,3,0,642 
     23#define STRVERSION  "4.3.0.642\0"  
    2424 
    2525// the following #defines are updated by the build script and should not be edited 
    26 #define PROJECT_BUILD_LEVEL     641 
    27 #define STRBUILD "641(b)\0" 
     26#define PROJECT_BUILD_LEVEL     642 
     27#define STRBUILD "642(b)\0" 
    2828 
    29 #define PROJECT_BUILD_DAY 5 
     29#define PROJECT_BUILD_DAY 6 
    3030#define PROJECT_BUILD_MONTH 3 
    3131#define PROJECT_BUILD_YEAR 2010