Skip to content

Commit

Permalink
Version 3.1 RELEASE CANDIDATE 3
Browse files Browse the repository at this point in the history
.. updated version number
  • Loading branch information
liversedge committed Jul 27, 2014
1 parent 5cd379e commit 613e41b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/GcUpgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,19 @@
// 3051 - V3.1 DEVELOPMENT
// 3055 - V3.1 RC1
// 3056 - V3.1 RC2
// 3057 - V3.1 RC3

#define VERSION3_BUILD 3010 // released
#define VERSION3_SP1 3030 // released
#define VERSION3_SP2 3032 // released
#define VERSION31_UPG 3056 // first build with 3.1 upgrade process
#define VERSION31_UPG 3057 // first build with 3.1 upgrade process

// will keep changing during testing and before final release
#define VERSION31_BUILD VERSION31_UPG

// these three will change until we release
#define VERSION_LATEST 3056
#define VERSION_STRING "V3.1 RC2"
#define VERSION_LATEST 3057
#define VERSION_STRING "V3.1 RC3"

class GcUpgrade
{
Expand Down

0 comments on commit 613e41b

Please sign in to comment.