fixed version numbers

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1549 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mcoletti 2004-06-09 21:36:33 +00:00
parent 9e6ebe4222
commit 4d80222c68
2 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,13 @@
QGIS Change Log QGIS Change Log
ChangeLog,v 1.120 2004/06/09 16:03:02 sbr00pwb Exp ChangeLog,v 1.121 2004/06/09 21:36:33 mcoletti Exp
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version Version 0.3 'Madison' .... development version
2004-06-09 [mcoletti] 0.3.0devel25
Added support for a feature type name in QgsFeature. The GDAL/OGR shape file
provider now also provides the feature type name.
2004-06-09 [petebr] 0.3.0devel24 2004-06-09 [petebr] 0.3.0devel24
Added the scale bar plugin. My first solo plugin! :-) Added the scale bar plugin. My first solo plugin! :-)
@ -158,6 +163,7 @@ state hadnling for copyright plugin.
** Resaved plugins/copyright_label/pluginguibase.ui with designer 3.1 to fix ** Resaved plugins/copyright_label/pluginguibase.ui with designer 3.1 to fix
const problem const problem
>>>>>>> 1.120
2004-05-20 [ts] 0.2.0devel31 2004-05-20 [ts] 0.2.0devel31
** First working version for gui pyramid manager (implemented as tab in raster ** First working version for gui pyramid manager (implemented as tab in raster
props). Raster legend entry now stretched to width of legend and show an icon props). Raster legend entry now stretched to width of legend and show an icon

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.123 2004/06/09 16:03:02 sbr00pwb Exp dnl configure.in,v 1.124 2004/06/09 21:36:33 mcoletti Exp
AC_INIT AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0 MAJOR_VERSION=0
MINOR_VERSION=3 MINOR_VERSION=3
MICRO_VERSION=0 MICRO_VERSION=0
EXTRA_VERSION=24 EXTRA_VERSION=25
if test $EXTRA_VERSION -eq 0; then if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION} VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else else