From c09b57428d776bd959c032bc8c2ddf850fa11c44 Mon Sep 17 00:00:00 2001 From: gsherman Date: Wed, 11 Jun 2003 04:03:07 +0000 Subject: [PATCH] version number update git-svn-id: http://svn.osgeo.org/qgis/trunk@227 c8812cc2-4d05-0410-92ff-de0c093fc19c --- Makefile | 2 +- src/qgisapp.cpp | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 385d819ec4a..6298c5e307d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: qgis -# Generated by qmake (1.04a) (Qt 3.1.1) on: Wed May 28 19:25:32 2003 +# Generated by qmake (1.04a) (Qt 3.1.1) on: Tue Jun 10 19:53:00 2003 # Project: qgis.pro # Template: subdirs # Command: $(QMAKE) -o Makefile qgis.pro diff --git a/src/qgisapp.cpp b/src/qgisapp.cpp index 69196a615ff..920fd42fd34 100644 --- a/src/qgisapp.cpp +++ b/src/qgisapp.cpp @@ -74,8 +74,8 @@ #include // version -static const char *qgisVersion = "0.0.11pre2 June 4, 2003"; -static const int qgisVersionInt = 10; +static const char *qgisVersion = "0.0.11 - June 10, 2003"; +static const int qgisVersionInt = 11; // cursors static unsigned char zoom_in_bits[] = { 0xf8, 0x00, 0x06, 0x03, 0x22, 0x02, 0x21, 0x04, 0x21, 0x04, 0xfd, 0x05, @@ -206,12 +206,16 @@ void QgisApp::about() abt->setURLs(urls); QString watsNew = "Version "; watsNew += qgisVersion; - watsNew += "\n*Preliminary Plugin Manager implementation\n" - "*Version check under tools menu\n" - "*Fix for PostGIS bug when srid != -1\n" - "*Database Connections can now be deleted\n" - "*Fixes to Database Connection dialog\n" - "*Improved detection of invalid layers when loading\n" + watsNew += "\n**Preliminary Plugin Manager implementation\n" + "**Version check under tools menu\n" + "**Version checking uses port 80 to prevent problems with firewalls\n" + "**Fix for PostGIS bug when srid != -1\n" + "**Fix for PostGIS LINESTRING rendering\n" + "**Database Connections can now be deleted\n" + "**Fixes to Database Connection dialog\n" + "**Fix for crash when opening a shapefile attribute table twice in succession\n" + "**Fix for crash when opening invalid shapefiles\n" + ;