summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-11-04 17:30:51 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-11-04 17:30:51 -0500
commitde5d476c39b155e066aa8356b18df71e6b60c150 (patch)
treed8dacbbbe37ed2e9d81fb57f7c6327fb18015aff
parentd2a07242b8cde2d89207368740ff6b8aaa6967dc (diff)
Version 0.0.100.0.10
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 42df70a..43d7a5f 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.9.1)
-LIBNICE_RELEASE="no"
+AC_INIT(libnice, 0.0.10)
+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=5
+LIBNICE_CURRENT=6
LIBNICE_REVISION=0
-LIBNICE_AGE=5
+LIBNICE_AGE=6
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}"
AC_SUBST(LIBNICE_LT_LDFLAGS)