Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumped version numbers in trunk to 0.9.2
git-svn-id: http://svn.osgeo.org/qgis/trunk@7740 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 7, 2007
1 parent d6ee813 commit 7c0a653
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
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.1-Ganymede"
#define VERSION "0.9.2-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 src/core/qgis.cpp
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion win_build/qgis.nsi
Expand Up @@ -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"
Expand Down

0 comments on commit 7c0a653

Please sign in to comment.