mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fixed version numbers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1549 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9e6ebe4222
commit
4d80222c68
@ -1,8 +1,13 @@
|
||||
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
|
||||
|
||||
|
||||
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
|
||||
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
|
||||
const problem
|
||||
|
||||
>>>>>>> 1.120
|
||||
2004-05-20 [ts] 0.2.0devel31
|
||||
** 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
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
|
||||
|
||||
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=3
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=24
|
||||
EXTRA_VERSION=25
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user