Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated version number to 0.9.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@7319 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 4, 2007
1 parent eb04cb7 commit b96b51b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,5 +1,5 @@

PROJECT(qgis0.9.0)
PROJECT(qgis0.9.1)

# TODO:
# - install includes for libs
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmake_templates/qgsconfig.h.in
Expand Up @@ -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}"

Expand Down
Binary file modified images/splash/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/splash/splash.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/build_debian_package.sh
Expand Up @@ -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

0 comments on commit b96b51b

Please sign in to comment.