mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
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:
parent
d6ee813d90
commit
7c0a653f00
@ -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.
@ -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";
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user