mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added comments for version string formats, and changed to 0.9.2
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8091 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
a06c2c44ca
commit
d3b27e5c81
@ -4,7 +4,11 @@
|
||||
#ifndef QGSCONFIG_H
|
||||
#define QGSCONFIG_H
|
||||
|
||||
#define VERSION "0.9.2rc1-Ganymede"
|
||||
// Version must be specified according to
|
||||
// <int>.<int>.<int>-<any text>.
|
||||
// or else upgrading old project file will not work
|
||||
// reliably.
|
||||
#define VERSION "0.9.2-Ganymede"
|
||||
|
||||
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user