Updated to 0.9.7

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@272 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-01-10 22:16:14 +00:00
parent f3d090af64
commit bb0068ba33
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -701,7 +701,7 @@ fi
PACKAGE=zm PACKAGE=zm
VERSION=0.9.5 VERSION=0.9.7
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.6) AM_INIT_AUTOMAKE(zm,0.9.7)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_ARG_WITH(mysql, AC_ARG_WITH(mysql,