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;