Updated version no

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1062 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-03-23 01:01:51 +00:00
parent a96b1ebb06
commit 68b079d4d3

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.31 2004/03/22 23:59:11 timlinux Exp
dnl configure.in,v 1.32 2004/03/23 01:01:51 timlinux Exp
AC_INIT
@ -22,7 +22,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=1
MICRO_VERSION=0
EXTRA_VERSION=8
EXTRA_VERSION=9
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}devel
else