** Resaved plugins/copyright_label/pluginguibase.ui with designer 3.1 to fix

const problem


git-svn-id: http://svn.osgeo.org/qgis/trunk@1457 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
larsl 2004-05-25 09:40:34 +00:00
parent 559bce213c
commit 7629b51fe2
3 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,12 @@
QGIS Change Log QGIS Change Log
ChangeLog,v 1.89 2004/05/21 11:25:39 timlinux Exp ChangeLog,v 1.90 2004/05/25 09:40:33 larsl Exp
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version Version 0.3 'Madison' .... development version
2004-05-25 [larsl] 0.2.0devel32
** Resaved plugins/copyright_label/pluginguibase.ui with designer 3.1 to fix
const problem
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.93 2004/05/21 11:25:39 timlinux Exp dnl configure.in,v 1.94 2004/05/25 09:40:33 larsl Exp
AC_INIT AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0 MAJOR_VERSION=0
MINOR_VERSION=2 MINOR_VERSION=2
MICRO_VERSION=0 MICRO_VERSION=0
EXTRA_VERSION=31 EXTRA_VERSION=32
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

File diff suppressed because one or more lines are too long