Skip to content

Commit

Permalink
Changed version name and added option to force lzma compression
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11614 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 10, 2009
1 parent 15b3e01 commit 2b7a3ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ms-windows/QGIS-Installer.nsi
Expand Up @@ -15,8 +15,8 @@

;Version variables

!define RELEASE_VERSION_NUMBER "1.2.0"
!define RELEASE_VERSION_NAME "Daphnis"
!define RELEASE_VERSION_NUMBER "1.3.0"
!define RELEASE_VERSION_NAME "Trunk"
!define RELEASE_SVN_REVISION "11475"
!define RELEASE_BINARY_REVISION "0"

Expand All @@ -25,6 +25,8 @@
!define DEV_SVN_REVISION ""
!define DEV_BINARY_REVISION ""

; Added by Tim to get optimal compression
SetCompressor /SOLID lzma
;----------------------------------------------------------------------------------------------------------------------------

;Don't modify the following lines
Expand All @@ -39,7 +41,7 @@
;----------------------------------------------------------------------------------------------------------------------------

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

;Set the installer variables, depending on the selected version to build
Expand Down

0 comments on commit 2b7a3ef

Please sign in to comment.