Skip to content

Commit ebd3be0

Browse files

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
 

‎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.1-Ganymede"
7+
#define VERSION "0.9.2-Ganymede"
88

99
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
1010

‎images/splash/splash.png

626 Bytes
Loading

‎images/splash/splash.xcf

10.4 KB
Binary file not shown.

‎src/core/qgis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const char* QGis::qgisVersion = VERSION;
3232
const char* QGis::qgisSvnVersion = QGSSVNVERSION;
3333

3434
// Version number used for comparing versions using the "Check QGIS Version" function
35-
const int QGis::qgisVersionInt =910;
35+
const int QGis::qgisVersionInt =920;
3636

3737
// Release name
3838
const char* QGis::qgisReleaseName = "Ganymede";

‎win_build/qgis.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
; HM NIS Edit Wizard helper defines
44
!define PRODUCT_NAME "Quantum GIS"
5-
!define PRODUCT_VERSION_NUMBER "0.9.1"
5+
!define PRODUCT_VERSION_NUMBER "0.9.2"
66
!define PRODUCT_VERSION_NAME "Ganymede"
77
!define PRODUCT_VERSION "${PRODUCT_VERSION_NUMBER} ${PRODUCT_VERSION_NAME}"
88
!define PRODUCT_PUBLISHER "qgis.org"

0 commit comments

Comments
 (0)
Please sign in to comment.