Skip to content
Permalink
Browse files
Changed version name and added option to force lzma compression
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.
@@ -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"

@@ -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
@@ -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

0 comments on commit 2b7a3ef

Please sign in to comment.