mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Added comments for version string formats, and changed to 0.9.2
git-svn-id: http://svn.osgeo.org/qgis/trunk@8091 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
77a7babf15
commit
b0425bed1c
@ -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