Skip to content

Commit

Permalink
Fixed version string to work with revision upgrade
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0.9.2rc1@8090 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Jan 29, 2008
1 parent d3a30ca commit 98556fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmake_templates/qgsconfig.h.in
Expand Up @@ -4,7 +4,11 @@
#ifndef QGSCONFIG_H
#define QGSCONFIG_H

#define VERSION "0.9.2rc1-Ganymede"
// Version must be specified according to
// <int>.<int>.<int>-<any text>.
// or else upgrading old project file will not work
// reliably.
#define VERSION "0.9.2-rc1-Ganymede"

#define PREFIX "${CMAKE_INSTALL_PREFIX}"

Expand Down

0 comments on commit 98556fe

Please sign in to comment.