[QGIS Commit] r10446 - branches/Version-1_0/ms-windows

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Mar 31 08:38:18 EDT 2009


Author: timlinux
Date: 2009-03-31 08:38:18 -0400 (Tue, 31 Mar 2009)
New Revision: 10446

Modified:
   branches/Version-1_0/ms-windows/QGIS-Installer.nsi
Log:
Updated for kore release

Modified: branches/Version-1_0/ms-windows/QGIS-Installer.nsi
===================================================================
--- branches/Version-1_0/ms-windows/QGIS-Installer.nsi	2009-03-31 06:39:54 UTC (rev 10445)
+++ branches/Version-1_0/ms-windows/QGIS-Installer.nsi	2009-03-31 12:38:18 UTC (rev 10446)
@@ -15,10 +15,10 @@
 
 ;Version variables
 
-!define RELEASE_VERSION_NUMBER "0.11.0"
-!define RELEASE_VERSION_NAME "Metis"
-!define RELEASE_SVN_REVISION "8811"
-!define RELEASE_BINARY_REVISION "2"
+!define RELEASE_VERSION_NUMBER "1.0.2"
+!define RELEASE_VERSION_NAME "Kore"
+!define RELEASE_SVN_REVISION "10455"
+!define RELEASE_BINARY_REVISION "0"
 
 !define DEV_VERSION_NUMBER ""
 !define DEV_VERSION_NAME ""
@@ -370,7 +370,7 @@
 	;Create the Desktop Shortcut
 	SetShellVarContext current
 	
-	CreateShortCut "$DESKTOP\${QGIS_BASE}.lnk" "$INSTALL_DIR\qgis.exe" ""\
+	CreateShortCut "$DESKTOP\${QGIS_BASE}.lnk" "$INSTALL_DIR\bin\qgis.exe" ""\
 	"$INSTALL_DIR\icons\QGIS.ico" "" SW_SHOWNORMAL "" "Launch ${COMPLETE_NAME}"
  
 	;Create the Windows Start Menu Shortcuts
@@ -560,4 +560,4 @@
 	!insertmacro MUI_DESCRIPTION_TEXT ${SecAlaskaSDB} "Download and install the Alaska sample database (shapefiles and TIFF data)"
 !insertmacro MUI_FUNCTION_DESCRIPTION_END
 
-;----------------------------------------------------------------------------------------------------------------------------
\ No newline at end of file
+;----------------------------------------------------------------------------------------------------------------------------



More information about the QGIS-commit mailing list