Skip to content

Commit 3d2bcfc

Browse files
committed
osgeo4w: switch to GRASS 6.4.3RC1
1 parent c64bb9d commit 3d2bcfc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ms-windows/osgeo4w/package.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set GRASS_VERSION=6.4.2
2+
set GRASS_VERSION=6.4.3RC1
33

44
set BUILDDIR=%CD%\build
55
REM set BUILDDIR=%TEMP%\qgis_unstable
@@ -13,7 +13,7 @@ set PACKAGE=%2
1313
set PACKAGENAME=%3
1414
if "%VERSION%"=="" goto error
1515
if "%PACKAGE%"=="" goto error
16-
if "%PACKAGENAME%"=="" set PACKAGENAME=qgis-dev
16+
if "%PACKAGENAME%"=="" set PACKAGENAME=qgis
1717

1818
path %SYSTEMROOT%\system32;%SYSTEMROOT%;%SYSTEMROOT%\System32\Wbem;%PROGRAMFILES%\CMake 2.8\bin
1919
set PYTHONPATH=

ms-windows/osgeo4w/preremove-desktop.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
del "%OSGEO4W_STARTMENU%\Quantum GIS (@version@).lnk"
1+
del "%OSGEO4W_STARTMENU%\Quantum GIS Desktop (@version@).lnk"
22
del "%OSGEO4W_STARTMENU%\Quantum GIS Browser (@version@).lnk"
3-
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS (@version@).lnk"
3+
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS Desktop (@version@).lnk"
44
del "%ALLUSERSPROFILE%\Desktop\Quantum GIS Browser (@version@).lnk"
55
del "%OSGEO4W_ROOT%"\bin\@package@.bat
66
del "%OSGEO4W_ROOT%"\bin\@package@-browser.bat

0 commit comments

Comments
 (0)