Bumped version to devel 5.4.3

git-svn-id: http://voip.null.ro/svn/yate@5956 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2015-03-02 10:11:43 +00:00
parent 26af64ee5b
commit d15a1b8348
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, 5.4.2)
AC_INIT(Yate, 5.4.3)
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`