Explorar el Código

winGRASS: sync VERSION_NUMBER with include/VERSION

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50457 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 13 años
padre
commit
271a994eec
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      mswindows/GRASS-Installer.nsi

+ 2 - 2
mswindows/GRASS-Installer.nsi

@@ -37,9 +37,9 @@ SetCompressorDictSize 64
 	!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
 
 ;----------------------------------------------------------------------------------------------------------------------------