From: <av...@us...> - 2011-05-18 22:01:37
|
Revision: 3617 http://sc2.svn.sourceforge.net/sc2/?rev=3617&view=rev Author: avolkov Date: 2011-05-18 22:01:31 +0000 (Wed, 18 May 2011) Log Message: ----------- v0.7.0 Release Candidate 2 Modified Paths: -------------- trunk/sc2/src/uqmversion.h Modified: trunk/sc2/src/uqmversion.h =================================================================== --- trunk/sc2/src/uqmversion.h 2011-05-17 21:48:59 UTC (rev 3616) +++ trunk/sc2/src/uqmversion.h 2011-05-18 22:01:31 UTC (rev 3617) @@ -23,7 +23,7 @@ #define UQM_MINOR_VERSION_S "7" #define UQM_PATCH_VERSION 0 #define UQM_PATCH_VERSION_S "0" -#define UQM_EXTRA_VERSION "-rc1" +#define UQM_EXTRA_VERSION "-rc2" /* The final version is interpreted as: * printf ("%d.%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION, * UQM_PATCH_VERSION, UQM_EXTRA_VERSION); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |