[GRASS-SVN] r50457 - grass/trunk/mswindows

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


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

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

Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2012-01-25 20:56:25 UTC (rev 50456)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2012-01-25 20:56:41 UTC (rev 50457)
@@ -37,9 +37,9 @@
 	!define GRASS_COMMAND "grass70"
 	!define GRASS_BASE "GRASS 7.0"
 !else
-	!define VERSION_NUMBER "7.0.SVN"
+	!define VERSION_NUMBER "7.0.svn"
 	!define GRASS_COMMAND "grass70svn"
-	!define GRASS_BASE "GRASS 7.0.SVN"
+	!define GRASS_BASE "GRASS 7.0.svn"
 !endif
 
 ;----------------------------------------------------------------------------------------------------------------------------



More information about the grass-commit mailing list