I'm getting a bit annoyed that I have to keep committing these by hand after

qgiscommit fails.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1958 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mcoletti 2004-09-02 01:54:53 +00:00
parent 15373a919b
commit 921a7c14b3
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,13 @@
QGIS Change Log
ChangeLog,v 1.178 2004/09/02 01:50:34 mcoletti Exp
ChangeLog,v 1.179 2004/09/02 01:54:53 mcoletti Exp
------------------------------------------------------------------------------
Version 0.5 'Bandit' .... development version
2004-09-01 [mcoletti] 0.4.0devel26
Start of new qgs project file class. Obviously work-in-progress.
Committed for back-up sanity and to elicit comments from the bored.
2004-09-01 [mcoletti] 0.4.0devel25
QgsRect :

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.180 2004/09/02 01:50:34 mcoletti Exp
dnl configure.in,v 1.181 2004/09/02 01:54:53 mcoletti Exp
@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=4
MICRO_VERSION=0
EXTRA_VERSION=25
EXTRA_VERSION=26
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else