From d665909359619a5c6268a4292ee3592aca7c59a2 Mon Sep 17 00:00:00 2001 From: Michael Jerris <mike@jerris.com> Date: Tue, 16 Dec 2008 21:25:01 +0000 Subject: [PATCH] Mon Dec 8 09:40:33 CST 2008 Pekka Pessi <first.last@nokia.com> * configure.ac, RELEASE: bumped version git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10835 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/RELEASE | 6 +++--- libs/sofia-sip/configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/sofia-sip/RELEASE b/libs/sofia-sip/RELEASE index 249b912be6..2afc07c945 100644 --- a/libs/sofia-sip/RELEASE +++ b/libs/sofia-sip/RELEASE @@ -1,6 +1,6 @@ -====================================== -Release notes for Sofia-SIP 1.12.10rc2 -====================================== +=================================== +Release notes for Sofia-SIP 1.12.10 +=================================== Changes since release 1.12.9 ---------------------------- diff --git a/libs/sofia-sip/configure.ac b/libs/sofia-sip/configure.ac index 43c826c59b..96a5180316 100644 --- a/libs/sofia-sip/configure.ac +++ b/libs/sofia-sip/configure.ac @@ -11,7 +11,7 @@ dnl information on the package dnl --------------------------- dnl update both the version for AC_INIT and the LIBSOFIA_SIP_UA_MAJOR_MINOR -AC_INIT([sofia-sip], [1.12.9pre10rc2]) +AC_INIT([sofia-sip], [1.12.10]) AC_CONFIG_SRCDIR([libsofia-sip-ua/sip/sofia-sip/sip.h]) AC_SUBST(VER_LIBSOFIA_SIP_UA_MAJOR_MINOR, [1.12]) dnl Includedir specific to this sofia version