We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a30ca commit 98556feCopy full SHA for 98556fe
cmake_templates/qgsconfig.h.in
@@ -4,7 +4,11 @@
4
#ifndef QGSCONFIG_H
5
#define QGSCONFIG_H
6
7
-#define VERSION "0.9.2rc1-Ganymede"
+// Version must be specified according to
8
+// <int>.<int>.<int>-<any text>.
9
+// or else upgrading old project file will not work
10
+// reliably.
11
+#define VERSION "0.9.2-rc1-Ganymede"
12
13
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
14
0 commit comments