summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-01-28 22:35:09 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-01-28 22:35:09 -0500
commit2a9ce5498e2c98488e525c43596bd050b327b5bc (patch)
tree39609de0f5b87d3c2a090b6846b32756dee3cca5
parent21dd3d1566d9b5e5d31a944b5f15f56fe6e4e596 (diff)
downloadlibnice-2a9ce5498e2c98488e525c43596bd050b327b5bc.tar.gz
Version 0.1.100.1.10
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0d81ef2..6b43321 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+libnice 0.1.10 (2015-01-28)
+===========================
+Fix bug on component change on the sink
+
libnice 0.1.9 (2015-01-28)
==========================
Make it possible to statically build the GStreamer plugins
diff --git a/configure.ac b/configure.ac
index 9194507..46d98b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ dnl Always compile with -Wall; if --enable-compile-warnings=error is passed,
dnl also use -Werror. git and pre-releases default to -Werror
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([libnice],[0.1.9.1])
-LIBNICE_RELEASE="no"
+AC_INIT([libnice],[0.1.10])
+LIBNICE_RELEASE="yes"
AC_CANONICAL_TARGET