瀏覽代碼

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 13 年之前
父節點
當前提交
271a994eec
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 
 ;----------------------------------------------------------------------------------------------------------------------------