Skip to content
Snippets Groups Projects
Commit 9eb86f8d authored by Youness Alaoui's avatar Youness Alaoui
Browse files

version 0.1.1

parent 69281b35
No related branches found
Tags 1.12.2
Loading
libnice 0.1.1 (2011-09-07)
==========================
Fixed BSD and Solaris compatibility
Fixed PPC64 symbol test
Removed a few possible leak/bugs
Fixed compatibility with google's recent protocol change
libnice 0.1.0 (2011-01-20)
==========================
......
......@@ -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.1.0.1)
LIBNICE_RELEASE="no"
AC_INIT(libnice, 0.1.1)
LIBNICE_RELEASE="yes"
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
......@@ -34,7 +34,7 @@ AC_CONFIG_FILES([
# If there was an incompatible interface change:
# Increment CURRENT. Set AGE and REVISION to 0
LIBNICE_CURRENT=10
LIBNICE_REVISION=0
LIBNICE_REVISION=1
LIBNICE_AGE=0
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment