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