From 2a9ce5498e2c98488e525c43596bd050b327b5bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 28 Jan 2015 22:35:09 -0500 Subject: [PATCH] Version 0.1.10 --- NEWS | 4 ++++ configure.ac | 4 ++-- 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 -- 2.7.4