From d6dcd8308d8a7a4d2781d35ce29018010bb11dfa Mon Sep 17 00:00:00 2001 From: gsherman Date: Sat, 6 Dec 2003 04:21:07 +0000 Subject: [PATCH] updated version string to 0.0.13 git-svn-id: http://svn.osgeo.org/qgis/trunk@320 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/qgis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qgis.h b/src/qgis.h index f9735a5c6fa..fcacb014353 100644 --- a/src/qgis.h +++ b/src/qgis.h @@ -9,14 +9,14 @@ * This API documentation provides information about all classes that make up QGis. * */ -/* $Id */ +/* $Id$ */ namespace QGis { // Version constants // // Version string - static const char *qgisVersion = "0.0.13 pre 1 - November 2003"; + static const char *qgisVersion = "0.0.13 - December 2003"; // Version number used for comparing versions using the "Check QGIS Version" function static const int qgisVersionInt = 13;