Skip to content

Commit fc41eed

Browse files
committed
Version 0.1.13
1 parent 8ceb47f commit fc41eed

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
libnice 0.1.13 (2015-04-28)
2+
===========================
3+
Fix build on non-Windows platforms that don't have getifaddrs()
4+
Fix build regression on Windows
5+
16
libnice 0.1.12 (2015-04-22)
27
===========================
38
Fix regression in SDP parser

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dnl Always compile with -Wall; if --enable-compile-warnings=error is passed,
55
dnl also use -Werror. git and pre-releases default to -Werror
66

77
dnl use a three digit version number for releases, and four for cvs/prerelease
8-
AC_INIT([libnice],[0.1.12.1])
9-
LIBNICE_RELEASE="no"
8+
AC_INIT([libnice],[0.1.13])
9+
LIBNICE_RELEASE="yes"
1010

1111
AC_CANONICAL_TARGET
1212

@@ -40,7 +40,7 @@ AC_CONFIG_FILES([
4040
# If there was an incompatible interface change:
4141
# Increment CURRENT. Set AGE and REVISION to 0
4242
LIBNICE_CURRENT=16
43-
LIBNICE_REVISION=1
43+
LIBNICE_REVISION=2
4444
LIBNICE_AGE=6
4545
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
4646
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"

0 commit comments

Comments
 (0)