Skip to content

Commit 4e8c14e

Browse files
author
timlinux
committed
Set version name to 0.9.0preview1 for project name and in nsis config
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6988 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2e6c8dd commit 4e8c14e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
PROJECT(qgis)
2+
PROJECT(qgis0.9.0preview1)
33

44
# TODO:
55
# - install includes for libs

win_build/qgis.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
; HM NIS Edit Wizard helper defines
44
!define PRODUCT_NAME "Quantum GIS"
5-
!define PRODUCT_VERSION_NUMBER "0.9"
5+
!define PRODUCT_VERSION_NUMBER "0.9.0preview1"
66
!define PRODUCT_VERSION_NAME "Grumpy"
77
!define PRODUCT_VERSION "${PRODUCT_VERSION_NUMBER} ${PRODUCT_VERSION_NAME}"
88
!define PRODUCT_PUBLISHER "qgis.org"

0 commit comments

Comments
 (0)