mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
version number update
git-svn-id: http://svn.osgeo.org/qgis/trunk@227 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8179d3757d
commit
c09b57428d
2
Makefile
2
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
|
||||
|
@ -74,8 +74,8 @@
|
||||
#include <ogrsf_frmts.h>
|
||||
|
||||
// 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"
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user