Skip to content

Commit

Permalink
Windows installer cleanups and updates for 1.3.0 release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11641 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 12, 2009
1 parent dfb5aa1 commit 9f63db9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ms-windows/QGIS-Installer.nsi
Expand Up @@ -16,8 +16,8 @@
;Version variables

!define RELEASE_VERSION_NUMBER "1.3.0"
!define RELEASE_VERSION_NAME "Trunk"
!define RELEASE_SVN_REVISION "11475"
!define RELEASE_VERSION_NAME "Mimas"
!define RELEASE_SVN_REVISION "11639"
!define RELEASE_BINARY_REVISION "0"

!define DEV_VERSION_NUMBER ""
Expand All @@ -41,7 +41,7 @@ SetCompressor /SOLID lzma
;----------------------------------------------------------------------------------------------------------------------------

;define the QGIS Base Name
!define RELEASE_QGIS_BASE "Quantum GIS Trunk"
!define RELEASE_QGIS_BASE "Quantum GIS Mimas"
!define DEV_QGIS_BASE "Quantum GIS Unstable Dev"

;Set the installer variables, depending on the selected version to build
Expand All @@ -61,7 +61,7 @@ SetCompressor /SOLID lzma
!else if ${INSTALLER_TYPE} == "Release-NoGrass"
!define VERSION_NUMBER "${RELEASE_VERSION_NUMBER}"
!define VERSION_NAME "${RELEASE_VERSION_NAME}"
!define COMPLETE_NAME "${RELEASE_QGIS_BASE} ${RELEASE_VERSION_NUMBER} ${RELEASE_VERSION_NAME}"
!define COMPLETE_NAME "${RELEASE_QGIS_BASE} ${RELEASE_VERSION_NUMBER}"
!define SVN_REVISION "${RELEASE_SVN_REVISION}"
!define BINARY_REVISION "${RELEASE_BINARY_REVISION}"
!define QGIS_BASE "${RELEASE_QGIS_BASE}"
Expand Down

0 comments on commit 9f63db9

Please sign in to comment.