From: <av...@us...> - 2011-07-04 16:44:28
|
Revision: 3628 http://sc2.svn.sourceforge.net/sc2/?rev=3628&view=rev Author: avolkov Date: 2011-07-04 16:44:22 +0000 (Mon, 04 Jul 2011) Log Message: ----------- Version 0.7.0 Modified Paths: -------------- trunk/sc2/src/uqmversion.h Modified: trunk/sc2/src/uqmversion.h =================================================================== --- trunk/sc2/src/uqmversion.h 2011-07-03 21:05:11 UTC (rev 3627) +++ trunk/sc2/src/uqmversion.h 2011-07-04 16:44:22 UTC (rev 3628) @@ -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 "-rc2" +#define UQM_EXTRA_VERSION "" /* 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. |