From aab88db581882bbf3ebc10997e9d80824d2ebddf Mon Sep 17 00:00:00 2001 From: gsherman Date: Wed, 25 Feb 2004 03:49:36 +0000 Subject: [PATCH] changed version to reflect 0.1 final git-svn-id: http://svn.osgeo.org/qgis/trunk@918 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/qgis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qgis.h b/src/qgis.h index cf5bb1091d7..d9005176518 100644 --- a/src/qgis.h +++ b/src/qgis.h @@ -16,7 +16,7 @@ namespace QGis // Version constants // // Version string - static const char *qgisVersion = "0.1 - Prerelease 2 'Moroz'"; + static const char *qgisVersion = "0.1 'Moroz'"; // Version number used for comparing versions using the "Check QGIS Version" function static const int qgisVersionInt =100;