summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-03-06 21:21:37 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-03-06 21:21:37 -0500
commita2801ef9793818a3bbc49cc1266c311a862153f8 (patch)
tree88c2d5ece9a7703027d82aef527cf7b866dbfca3 /configure.ac
parent90ceccbdd4d7ffa25d787b496837e97fab583b7d (diff)
Version 0.1.5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d84f114..ab556c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl Always compile with -Wall; if --enable-compile-warnings=error is passed,
dnl also use -Werror. git and pre-releases default to -Werror
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([libnice],[0.1.4.1])
+AC_INIT([libnice],[0.1.5])
LIBNICE_RELEASE="no"
AC_CANONICAL_TARGET
@@ -39,9 +39,9 @@ AC_CONFIG_FILES([
# Increment CURRENT and AGE. Set REVISION to 0
# If there was an incompatible interface change:
# Increment CURRENT. Set AGE and REVISION to 0
-LIBNICE_CURRENT=12
+LIBNICE_CURRENT=13
LIBNICE_REVISION=0
-LIBNICE_AGE=2
+LIBNICE_AGE=3
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS)