mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Updated for changes made to plugin toolbar
Bumped devel extra version to .23 git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1954 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9293faa37f
commit
98c5bfce87
@ -1,7 +1,12 @@
|
||||
QGIS Change Log
|
||||
ChangeLog,v 1.176 2004/08/26 18:57:27 mcoletti Exp
|
||||
ChangeLog,v 1.177 2004/08/28 16:34:37 gsherman Exp
|
||||
------------------------------------------------------------------------------
|
||||
Version 0.4 'Baby' .... development version
|
||||
Version 0.5 'Bandit' .... development version
|
||||
|
||||
2004-08-14 [gsherman] 0.4.0devel23
|
||||
** Moved plugin toolbar to the qgisappbase toolbar container rather than
|
||||
dynamically allocating it. This allows the state/docking position gets
|
||||
restored each time the app starts.
|
||||
|
||||
2004-08-26 [mcoletti] 0.4.0devel22
|
||||
qgisapp.cpp:
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl configure.in,v 1.178 2004/08/26 18:57:27 mcoletti Exp
|
||||
dnl configure.in,v 1.179 2004/08/28 16:34:37 gsherman Exp
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=4
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=22
|
||||
EXTRA_VERSION=23
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user