Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated for kore release
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10446 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 31, 2009
1 parent 1e6ee73 commit 34f925e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ms-windows/QGIS-Installer.nsi
Expand Up @@ -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 ""
Expand Down Expand Up @@ -370,7 +370,7 @@ Section "Quantum GIS" SecQGIS
;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
Expand Down Expand Up @@ -560,4 +560,4 @@ SectionEnd
!insertmacro MUI_DESCRIPTION_TEXT ${SecAlaskaSDB} "Download and install the Alaska sample database (shapefiles and TIFF data)"
!insertmacro MUI_FUNCTION_DESCRIPTION_END

;----------------------------------------------------------------------------------------------------------------------------
;----------------------------------------------------------------------------------------------------------------------------

0 comments on commit 34f925e

Please sign in to comment.