mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Updated version number to 0.9.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@7319 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
eb04cb74ce
commit
b96b51b5b4
@ -1,5 +1,5 @@
|
||||
|
||||
PROJECT(qgis0.9.0)
|
||||
PROJECT(qgis0.9.1)
|
||||
|
||||
# TODO:
|
||||
# - install includes for libs
|
||||
@ -282,7 +282,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
|
||||
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
|
||||
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
|
||||
SET(CPACK_PACKAGE_VERSION_MINOR "9")
|
||||
SET(CPACK_PACKAGE_VERSION_PATCH "0")
|
||||
SET(CPACK_PACKAGE_VERSION_PATCH "1")
|
||||
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CMake ${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")
|
||||
IF(WIN32 AND NOT UNIX)
|
||||
# There is a bug in NSI that does not handle full unix paths properly. Make
|
||||
|
@ -4,7 +4,7 @@
|
||||
#ifndef QGSCONFIG_H
|
||||
#define QGSCONFIG_H
|
||||
|
||||
#define VERSION "0.9.0-Ganymede"
|
||||
#define VERSION "0.9.1-Ganymede"
|
||||
|
||||
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 256 KiB |
Binary file not shown.
@ -20,5 +20,5 @@ fi
|
||||
|
||||
export DEBFULLNAME="Tim Sutton"
|
||||
export DEBEMAIL=tim@linfiniti.com
|
||||
dch -v 0.9.0+svn`date +%Y%m%d`
|
||||
dch -v 0.9.1+svn`date +%Y%m%d`
|
||||
fakeroot dpkg-buildpackage
|
||||
|
Loading…
x
Reference in New Issue
Block a user