Upped version number to 0.9.9

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@373 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-31 15:46:07 +00:00
parent 9ef40a1e82
commit e1c78a629f
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -1,4 +1,4 @@
ZONE MINDER v0.9.8
ZONE MINDER v0.9.9
==================
Introduction

2
configure vendored
View File

@ -701,7 +701,7 @@ fi
PACKAGE=zm
VERSION=0.9.8
VERSION=0.9.9
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

View File

@ -1,5 +1,5 @@
AC_INIT(src/zm.h)
AM_INIT_AUTOMAKE(zm,0.9.8)
AM_INIT_AUTOMAKE(zm,0.9.9)
AM_CONFIG_HEADER(config.h)
AC_ARG_WITH(mysql,