Updated changelog

Bumped configure.in extra version to 13


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1908 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-08-19 05:49:30 +00:00
parent 6616c304a9
commit afb316f624
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
QGIS Change Log
ChangeLog,v 1.168 2004/08/18 07:51:29 jobi Exp
ChangeLog,v 1.169 2004/08/19 05:49:30 gsherman Exp
------------------------------------------------------------------------------
Version 0.4 'Baby' .... development version
2004-08-14 [gsherman] 0.4.0devel13
** Moved common toobar icons to drop-down tool menus. This includes the
overview, hide/show all, and capture tools
2004-08-18 [jobi] 0.4.0devel12
** added Italian translation thanx to Maurizio Napolitano
** updated all translations

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.170 2004/08/18 07:51:29 jobi Exp
dnl configure.in,v 1.171 2004/08/19 05:49:30 gsherman Exp
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=4
MICRO_VERSION=0
EXTRA_VERSION=12
EXTRA_VERSION=13
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else