[QGIS Commit] r14949 - trunk/qgis/ms-windows
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Mon Dec 20 20:22:05 EST 2010
Author: timlinux
Date: 2010-12-20 17:22:04 -0800 (Mon, 20 Dec 2010)
New Revision: 14949
Modified:
trunk/qgis/ms-windows/quickpackage.sh
Log:
fix var that needed to be hard coded
Modified: trunk/qgis/ms-windows/quickpackage.sh
===================================================================
--- trunk/qgis/ms-windows/quickpackage.sh 2010-12-20 20:43:58 UTC (rev 14948)
+++ trunk/qgis/ms-windows/quickpackage.sh 2010-12-21 01:22:04 UTC (rev 14949)
@@ -15,7 +15,7 @@
-DVERSION_NUMBER='1.6.0' \
-DVERSION_NAME='Capiapo' \
-DSVN_REVISION='0' \
--DQGIS_BASE='Quantum GIS $release' \
+-DQGIS_BASE='Quantum GIS 1.6.0' \
-DINSTALLER_NAME='QGIS-1-6-0-Setup.exe' \
-DDISPLAYED_NAME='Quantum GIS 1.6.0' \
-DBINARY_REVISION=1 \
More information about the QGIS-commit
mailing list