Skip to content

Commit 3809467

Browse files
author
timlinux
committedNov 21, 2010
Fixed some soft coded values which should have been hard coded
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14726 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎ms-windows/quickpackage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# Tim Sutton November 2010
1313

1414
makensis \
15-
-DVERSION_NUMBER='$major.$minor.$patch' \
16-
-DVERSION_NAME='$release' \
17-
-DSVN_REVISION='$revision' \
15+
-DVERSION_NUMBER='1.6.0' \
16+
-DVERSION_NAME='Capiapo' \
17+
-DSVN_REVISION='0' \
1818
-DQGIS_BASE='Quantum GIS $release' \
19-
-DINSTALLER_NAME='QGIS-OSGeo4W-1-6-0-Setup.exe' \
19+
-DINSTALLER_NAME='QGIS-1-6-0-Setup.exe' \
2020
-DDISPLAYED_NAME='Quantum GIS 1.6.0' \
2121
-DBINARY_REVISION=1 \
2222
-DINSTALLER_TYPE=OSGeo4W \

0 commit comments

Comments
 (0)
Please sign in to comment.