summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-07-06 13:51:12 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-07-06 13:51:12 +0300
commitc098043a40679f133e3a1ae6c0b2fd24f5e56f5d (patch)
tree56d30155c61d9331b9bfe52f48a4d87c94892699
parent351f65cc35639a7ec76749bcd07e6b6c6731fe3e (diff)
Back to development
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d9d43a1..e776fee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.69)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer libav, 1.9.1,
+AC_INIT(GStreamer libav, 1.9.1.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -43,8 +43,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 901, 0, 901)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.9.1
-GST_PBREQ=1.9.1
+GST_REQ=1.9.1.1
+GST_PBREQ=1.9.1.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])