mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Windows installer cleanups and updates for 1.3.0 release
git-svn-id: http://svn.osgeo.org/qgis/trunk@11641 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
dfb5aa118d
commit
9f63db969b
@ -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 ""
|
||||
@ -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
|
||||
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user