Commit a2f5c4e1 authored by Youness Alaoui's avatar Youness Alaoui

version 0.0.6

parent f40bf42a
...@@ -3,8 +3,8 @@ AC_PREREQ(2.59c) ...@@ -3,8 +3,8 @@ AC_PREREQ(2.59c)
dnl releases only do -Wall, cvs and prerelease does -Werror too 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 dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(libnice, 0.0.5.1) AC_INIT(libnice, 0.0.6)
LIBNICE_RELEASE="no" LIBNICE_RELEASE="yes"
AC_CONFIG_SRCDIR([agent/agent.c]) AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
...@@ -27,9 +27,9 @@ AC_CONFIG_FILES([ ...@@ -27,9 +27,9 @@ AC_CONFIG_FILES([
]) ])
# Set the libtool C/A/R version info # Set the libtool C/A/R version info
LIBNICE_CURRENT=3 LIBNICE_CURRENT=4
LIBNICE_REVISION=0 LIBNICE_REVISION=0
LIBNICE_AGE=3 LIBNICE_AGE=4
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE} LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}" LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}"
AC_SUBST(LIBNICE_LT_LDFLAGS) AC_SUBST(LIBNICE_LT_LDFLAGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment