Changeset 1806


Ignore:
Timestamp:
2/10/2010 9:31:05 AM (2 years ago)
Author:
lowjoel
Message:

Bumped version numbers since after the CodeReview? branch a lot of things are different from v6.0

Location:
trunk/eraser6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser6/Version.rc.in

    r1675 r1806  
    2020 */ 
    2121 
    22 #define ERASER_FILE_VERSION 6,0,6,$WCREV$ 
     22#define ERASER_FILE_VERSION 6,1,0,$WCREV$ 
    2323#define ERASER_PRODUCT_VERSION ERASER_FILE_VERSION 
    24 #define ERASER_STRING_FILE_VERSION "6.0.6.$WCREV$" 
     24#define ERASER_STRING_FILE_VERSION "6.1.0.$WCREV$" 
    2525#define ERASER_STRING_PRODUCT_VERSION ERASER_STRING_FILE_VERSION 
  • trunk/eraser6/Version.wxs.in

    r1675 r1806  
    2222 
    2323<Include> 
    24     <?define VERSIONSTRING=6.0.6.$WCREV$ ?><!-- Major.Minor.Release.Build --> 
    25     <?define INTERNALVERSIONSTRING=6.0.$WCREV$ ?><!-- Major.Minor.Build; used for MSI version comparisons --> 
     24    <?define VERSIONSTRING=6.1.0.$WCREV$ ?><!-- Major.Minor.Release.Build --> 
     25    <?define INTERNALVERSIONSTRING=6.1.$WCREV$ ?><!-- Major.Minor.Build; used for MSI version comparisons --> 
    2626</Include> 
Note: See TracChangeset for help on using the changeset viewer.