Skip to content

Commit 34f925e

Browse files
author
timlinux
committedMar 31, 2009
Updated for kore release
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10446 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1e6ee73 commit 34f925e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎ms-windows/QGIS-Installer.nsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
;Version variables
1717

18-
!define RELEASE_VERSION_NUMBER "0.11.0"
19-
!define RELEASE_VERSION_NAME "Metis"
20-
!define RELEASE_SVN_REVISION "8811"
21-
!define RELEASE_BINARY_REVISION "2"
18+
!define RELEASE_VERSION_NUMBER "1.0.2"
19+
!define RELEASE_VERSION_NAME "Kore"
20+
!define RELEASE_SVN_REVISION "10455"
21+
!define RELEASE_BINARY_REVISION "0"
2222

2323
!define DEV_VERSION_NUMBER ""
2424
!define DEV_VERSION_NAME ""
@@ -370,7 +370,7 @@ Section "Quantum GIS" SecQGIS
370370
;Create the Desktop Shortcut
371371
SetShellVarContext current
372372

373-
CreateShortCut "$DESKTOP\${QGIS_BASE}.lnk" "$INSTALL_DIR\qgis.exe" ""\
373+
CreateShortCut "$DESKTOP\${QGIS_BASE}.lnk" "$INSTALL_DIR\bin\qgis.exe" ""\
374374
"$INSTALL_DIR\icons\QGIS.ico" "" SW_SHOWNORMAL "" "Launch ${COMPLETE_NAME}"
375375

376376
;Create the Windows Start Menu Shortcuts
@@ -560,4 +560,4 @@ SectionEnd
560560
!insertmacro MUI_DESCRIPTION_TEXT ${SecAlaskaSDB} "Download and install the Alaska sample database (shapefiles and TIFF data)"
561561
!insertmacro MUI_FUNCTION_DESCRIPTION_END
562562

563-
;----------------------------------------------------------------------------------------------------------------------------
563+
;----------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.