Skip to content

Commit 98556fe

Browse files
author
homann
committed
Fixed version string to work with revision upgrade
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0.9.2rc1@8090 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d3a30ca commit 98556fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cmake_templates/qgsconfig.h.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
#ifndef QGSCONFIG_H
55
#define QGSCONFIG_H
66

7-
#define VERSION "0.9.2rc1-Ganymede"
7+
// 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"
812

913
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
1014

0 commit comments

Comments
 (0)