summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-03-31 15:52:31 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-03-31 16:18:43 -0400
commita2f5c4e1e9e59f27283a708ecd9f58c5eee4c96a (patch)
treede2b90c4a69bb648034b640e3bb0f37ee702407d
parentf40bf42a5bc2e180c48c48d6031826dcde902010 (diff)
version 0.0.60.0.6
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 65940ef..0410202 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.5.1)
-LIBNICE_RELEASE="no"
+AC_INIT(libnice, 0.0.6)
+LIBNICE_RELEASE="yes"
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
@@ -27,9 +27,9 @@ AC_CONFIG_FILES([
])
# Set the libtool C/A/R version info
-LIBNICE_CURRENT=3
+LIBNICE_CURRENT=4
LIBNICE_REVISION=0
-LIBNICE_AGE=3
+LIBNICE_AGE=4
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}"
AC_SUBST(LIBNICE_LT_LDFLAGS)