summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-13 21:48:31 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-13 21:48:31 -0400
commit7436327f318fe87640f01ec34e11c47d611420ce (patch)
tree18bbe3a0a7198693f1a7744a28730c3091255785 /configure.ac
parentda58e0cfd3c11a56d0079363cdbb27a980d69844 (diff)
downloadfarstream-7436327f318fe87640f01ec34e11c47d611420ce.tar.gz
Version 0.1.910.1.91
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7c278182..5f487d34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
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(Farstream, 0.1.90.1,
+AC_INIT(Farstream, 0.1.91,
https://bugs.freedesktop.org/enter_bug.cgi?product=Farstream,
farstream)
@@ -167,7 +167,7 @@ AC_ARG_WITH(transmitter-plugins,
[FS_TRANSMITTER_PLUGINS_SELECTED=$FS_TRANSMITTER_PLUGINS_ALL])
-NICE_REQUIRED=0.1.0
+NICE_REQUIRED=0.1.3
PKG_CHECK_MODULES(NICE, \
nice >= $NICE_REQUIRED,, AC_MSG_ERROR([Need libnice >= $NICE_REQUIRED]))