From d3b27e5c81849d305d3802b685411a28e4aa79fb Mon Sep 17 00:00:00 2001 From: homann Date: Tue, 29 Jan 2008 17:36:45 +0000 Subject: [PATCH] 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 --- cmake_templates/qgsconfig.h.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmake_templates/qgsconfig.h.in b/cmake_templates/qgsconfig.h.in index 669ea5c23e1..b093397ed45 100644 --- a/cmake_templates/qgsconfig.h.in +++ b/cmake_templates/qgsconfig.h.in @@ -4,7 +4,11 @@ #ifndef QGSCONFIG_H #define QGSCONFIG_H -#define VERSION "0.9.2rc1-Ganymede" +// Version must be specified according to +// ..-. +// or else upgrading old project file will not work +// reliably. +#define VERSION "0.9.2-Ganymede" #define PREFIX "${CMAKE_INSTALL_PREFIX}"