[GRASS-SVN] r36704 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 12 09:41:25 EDT 2009
Author: neteler
Date: 2009-04-12 09:41:25 -0400 (Sun, 12 Apr 2009)
New Revision: 36704
Modified:
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
grass/branches/releasebranch_6_4/mswindows/README.html
Log:
cosmetics
Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2009-04-12 13:39:28 UTC (rev 36703)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2009-04-12 13:41:25 UTC (rev 36704)
@@ -10,7 +10,7 @@
;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.4.0RC4\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
@@ -21,7 +21,7 @@
;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
+;----------------------------------------------------------------------------------------------------------------------------
Modified: grass/branches/releasebranch_6_4/mswindows/README.html
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/README.html 2009-04-12 13:39:28 UTC (rev 36703)
+++ grass/branches/releasebranch_6_4/mswindows/README.html 2009-04-12 13:41:25 UTC (rev 36704)
@@ -194,7 +194,7 @@
<p>Copy all the content of the mswindows folder to a temporary directory, for example <code>c:\temp</code>.</p>
<p>Edit lines 11-15 in the file <code>c:\temp\GRASS-Packager.bat</code> to reflect the path to your OSGeo4W tree (eg. <code>c:\OSGeo4W</code>),
-and the Grass version being packaged (eg. <code>grass-6.4.0RC3</code>.</p>
+and the Grass version being packaged (eg. <code>grass-6.4.0RC4</code>.</p>
<p>Launch the file <code>c:\temp\GRASS-Packager.bat</code> and select the option number 1.</p>
@@ -256,7 +256,7 @@
<p>Open the the file <code>c:\temp\GRASS-Installer.nsi</code>.</p>
<p>At line 13 set the <code>DEMOLOCATION_PATH</code> varibale to the demolocation folder in the source tree.
-For example, <code>c:\msys\local\src\grass-6.4.0RC3\demolocation</code>
+For example, <code>c:\msys\local\src\grass-6.4.0RC4\demolocation</code>
<p>At line 18 set the <code>INSTALLER_TYPE</code> variable to <code>"Release"</code>, then, at lines 24-26, set the
<code>RELEASE_VERSION_NUMBER</code>, the <code>RELEASE_SVN_REVISION</code> and the <code>RELEASE_BINARY_REVISION</code> variables.</p>
@@ -286,4 +286,4 @@
</body>
-</html>
\ No newline at end of file
+</html>
More information about the grass-commit
mailing list