Skip to content

Commit b0425be

Browse files
author
homann
committedJan 29, 2008
Added comments for version string formats, and changed to 0.9.2
git-svn-id: http://svn.osgeo.org/qgis/trunk@8091 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 77a7bab commit b0425be

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-Ganymede"
812

913
#define PREFIX "${CMAKE_INSTALL_PREFIX}"
1014

0 commit comments

Comments
 (0)
Please sign in to comment.