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:
homann 2008-01-29 17:36:45 +00:00
parent a06c2c44ca
commit d3b27e5c81

View File

@ -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}"