[GRASS-SVN] r50455 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 25 15:56:04 EST 2012


Author: martinl
Date: 2012-01-25 12:56:04 -0800 (Wed, 25 Jan 2012)
New Revision: 50455

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
winGRASS: sync VERSION_NUMBER with include/VERSION

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2012-01-25 20:55:03 UTC (rev 50454)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2012-01-25 20:56:04 UTC (rev 50455)
@@ -36,11 +36,11 @@
 !if ${INSTALLER_TYPE} == "Release"
 	!define VERSION_NUMBER "6.4.2"
 	!define GRASS_COMMAND "grass64"
-	!define GRASS_BASE "GRASS 6.4"
+	!define GRASS_BASE "GRASS 6.4.2"
 !else
-	!define VERSION_NUMBER "6.4.SVN"
+	!define VERSION_NUMBER "6.4.2svn"
 	!define GRASS_COMMAND "grass64svn"
-	!define GRASS_BASE "GRASS 6.4.SVN"
+	!define GRASS_BASE "GRASS 6.4.2svn"
 !endif
 
 ;----------------------------------------------------------------------------------------------------------------------------



More information about the grass-commit mailing list