Updated to version 0.9.8

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@293 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-13 10:51:00 +00:00
parent 273e07be04
commit 63620859e5
3 changed files with 3 additions and 3 deletions

2
README
View File

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

2
configure vendored
View File

@ -701,7 +701,7 @@ fi
PACKAGE=zm PACKAGE=zm
VERSION=0.9.7 VERSION=0.9.8
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 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; } { 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) AC_INIT(src/zm.h)
AM_INIT_AUTOMAKE(zm,0.9.7) AM_INIT_AUTOMAKE(zm,0.9.8)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_ARG_WITH(mysql, AC_ARG_WITH(mysql,