Skip to content

Commit b96b51b

Browse files
author
timlinux
committedNov 4, 2007
Updated version number to 0.9.1
git-svn-id: http://svn.osgeo.org/qgis/trunk@7319 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent eb04cb7 commit b96b51b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
PROJECT(qgis0.9.0)
2+
PROJECT(qgis0.9.1)
33

44
# TODO:
55
# - install includes for libs
@@ -282,7 +282,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
282282
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
283283
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
284284
SET(CPACK_PACKAGE_VERSION_MINOR "9")
285-
SET(CPACK_PACKAGE_VERSION_PATCH "0")
285+
SET(CPACK_PACKAGE_VERSION_PATCH "1")
286286
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CMake ${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}")
287287
IF(WIN32 AND NOT UNIX)
288288
# There is a bug in NSI that does not handle full unix paths properly. Make

‎cmake_templates/qgsconfig.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifndef QGSCONFIG_H
55
#define QGSCONFIG_H
66

7-
#define VERSION "0.9.0-Ganymede"
7+
#define VERSION "0.9.1-Ganymede"
88

99
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
1010

‎images/splash/splash.png

32.6 KB
Loading

‎images/splash/splash.xcf

-6.84 KB
Binary file not shown.

‎scripts/build_debian_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ fi
2020

2121
export DEBFULLNAME="Tim Sutton"
2222
export DEBEMAIL=tim@linfiniti.com
23-
dch -v 0.9.0+svn`date +%Y%m%d`
23+
dch -v 0.9.1+svn`date +%Y%m%d`
2424
fakeroot dpkg-buildpackage

0 commit comments

Comments
 (0)
Please sign in to comment.