Skip to content

Commit d3b27e5

Browse files
author
homann
committedJan 29, 2008

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.