Add version name to splash

git-svn-id: http://svn.osgeo.org/qgis/trunk@1572 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-06-13 15:52:10 +00:00
parent ba246340f5
commit e5e74b9f02
2 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
QGIS Change Log
ChangeLog,v 1.127 2004/06/13 15:02:32 timlinux Exp
ChangeLog,v 1.128 2004/06/13 15:52:10 timlinux Exp
------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version
2004-06-10 [ts] 0.3.0devel31
2004-06-13 [ts] 0.3.0devel32
** Add version name to splash
2004-06-13 [ts] 0.3.0devel31
** Implemented a new map cursor type : Capture Point (little pencil icon on your toolbar).
At the moment clicking on the map in capture point mode will cause QgsMapCanvas to emit
an xyClickCoordinate(QgsPoint) signal which is picked up by qgisapp and the coordinates

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.130 2004/06/13 15:02:32 timlinux Exp
dnl configure.in,v 1.131 2004/06/13 15:52:10 timlinux Exp
AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=3
MICRO_VERSION=0
EXTRA_VERSION=31
EXTRA_VERSION=32
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else