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:
timlinux 2007-11-04 23:31:15 +00:00
parent eb04cb74ce
commit b96b51b5b4
5 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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