[GRASS-SVN] r50456 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 25 15:56:25 EST 2012
Author: martinl
Date: 2012-01-25 12:56:25 -0800 (Wed, 25 Jan 2012)
New Revision: 50456
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
winGRASS: sync VERSION_NUMBER with include/VERSION
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2012-01-25 20:56:04 UTC (rev 50455)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2012-01-25 20:56:25 UTC (rev 50456)
@@ -38,9 +38,9 @@
!define GRASS_COMMAND "grass65"
!define GRASS_BASE "GRASS 6.5"
!else
- !define VERSION_NUMBER "6.5.SVN"
+ !define VERSION_NUMBER "6.5.svn"
!define GRASS_COMMAND "grass65svn"
- !define GRASS_BASE "GRASS 6.5.SVN"
+ !define GRASS_BASE "GRASS 6.5.svn"
!endif
;----------------------------------------------------------------------------------------------------------------------------
More information about the grass-commit
mailing list