diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2010-07-20 17:57:08 -0400 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2010-07-20 17:57:08 -0400 |
commit | bc61c1dff8e679a1c60ccb4ea2df9b66303fd984 (patch) | |
tree | 1c5497ab64b9c5f4da206853c76e9040b4719e4b /configure.ac | |
parent | 4ee70c869f162e125488dd80d1c58580524a5a22 (diff) | |
download | libnice-bc61c1dff8e679a1c60ccb4ea2df9b66303fd984.tar.gz |
Version 0.0.130.0.13
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 02a567e..c73b146 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ(2.59c) dnl releases only do -Wall, cvs and prerelease does -Werror too dnl use a three digit version number for releases, and four for cvs/prerelease -AC_INIT(libnice, 0.0.12.1) -LIBNICE_RELEASE="no" +AC_INIT(libnice, 0.0.13) +LIBNICE_RELEASE="yes" AC_CONFIG_SRCDIR([agent/agent.c]) AC_CONFIG_HEADER([config.h]) @@ -33,9 +33,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=8 +LIBNICE_CURRENT=9 LIBNICE_REVISION=0 -LIBNICE_AGE=8 +LIBNICE_AGE=9 LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE} LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}" AC_SUBST(LIBNICE_LT_LDFLAGS) |