Bumped version numbers in trunk to 0.9.2

git-svn-id: http://svn.osgeo.org/qgis/trunk@7740 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2007-12-07 13:19:23 +00:00
parent d6ee813d90
commit 7c0a653f00
5 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
#ifndef QGSCONFIG_H
#define QGSCONFIG_H
#define VERSION "0.9.1-Ganymede"
#define VERSION "0.9.2-Ganymede"
#define PREFIX "${CMAKE_INSTALL_PREFIX}"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

View File

@ -32,7 +32,7 @@ const char* QGis::qgisVersion = VERSION;
const char* QGis::qgisSvnVersion = QGSSVNVERSION;
// Version number used for comparing versions using the "Check QGIS Version" function
const int QGis::qgisVersionInt =910;
const int QGis::qgisVersionInt =920;
// Release name
const char* QGis::qgisReleaseName = "Ganymede";

View File

@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Quantum GIS"
!define PRODUCT_VERSION_NUMBER "0.9.1"
!define PRODUCT_VERSION_NUMBER "0.9.2"
!define PRODUCT_VERSION_NAME "Ganymede"
!define PRODUCT_VERSION "${PRODUCT_VERSION_NUMBER} ${PRODUCT_VERSION_NAME}"
!define PRODUCT_PUBLISHER "qgis.org"