[GRASS-SVN] r36702 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 12 09:37:45 EDT 2009
Author: neteler
Date: 2009-04-12 09:37:45 -0400 (Sun, 12 Apr 2009)
New Revision: 36702
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
update to 6.5
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2009-04-12 13:32:37 UTC (rev 36701)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2009-04-12 13:37:45 UTC (rev 36702)
@@ -10,18 +10,18 @@
;Define the source path of the demolocation files
-!define DEMOLOCATION_PATH "c:\osgeo4w\usr\src\grass-6.4.0RC3\demolocation"
+!define DEMOLOCATION_PATH "c:\osgeo4w\usr\src\grass-6.5.svn\demolocation"
;Select if you are building a "Development Version" or a "Release Version" of the GRASS Installer
;Change the INSTALLER_TYPE variable to Release, Dev6 or Dev7
-!define INSTALLER_TYPE "Release"
+!define INSTALLER_TYPE "Dev6"
;----------------------------------------------------------------------------------------------------------------------------
;Version variables
-!define RELEASE_VERSION_NUMBER "6.4.0RC3"
+!define RELEASE_VERSION_NUMBER "6.4.0RC4"
!define RELEASE_SVN_REVISION "36599"
!define RELEASE_BINARY_REVISION "1"
!define RELEASE_GRASS_COMMAND "grass64"
@@ -30,7 +30,7 @@
!define DEV6_VERSION_NUMBER "6-SVN"
!define DEV6_SVN_REVISION "36599"
!define DEV6_BINARY_REVISION "1"
-!define DEV6_GRASS_COMMAND "grass64"
+!define DEV6_GRASS_COMMAND "grass65"
!define DEV6_GRASS_BASE "GRASS-6-SVN"
!define DEV7_VERSION_NUMBER "7-SVN"
@@ -854,4 +854,4 @@
!insertmacro MUI_DESCRIPTION_TEXT ${SecSpearfishSDB} "Download and install the South Dakota (Spearfish) sample data set"
!insertmacro MUI_FUNCTION_DESCRIPTION_END
-;----------------------------------------------------------------------------------------------------------------------------
\ No newline at end of file
+;----------------------------------------------------------------------------------------------------------------------------
More information about the grass-commit
mailing list