Bumped version to 6.0.1 devel.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6260 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2017-09-08 13:14:18 +00:00
parent 68e0a3c412
commit 8ab1b11bf5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(Yate, 6.0.0)
AC_INIT(Yate, 6.0.1)
AC_CONFIG_SRCDIR([README])
AC_PREREQ(2.52)
@ -8,7 +8,7 @@ if echo "$ac_confdir/$ac_pwd" | grep -q '[[[:space:]\\\$\"'\'']]'; then
fi
PACKAGE_RELEASE="1"
PACKAGE_STATUS=""
PACKAGE_STATUS="devel"
PACKAGE_REVISION=`svn info 2>/dev/null | sed -n 's,^Revision: *,,p'`
test -z "$PACKAGE_REVISION" && PACKAGE_REVISION=`cat "$srcdir/packing/revision.txt" 2>/dev/null`
AC_ARG_WITH(status,AC_HELP_STRING([--with-status=NAME],[use NAME as package status]),[PACKAGE_STATUS=$withval])