summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-11 16:57:28 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-11 16:57:28 +0200
commit33a4d2cb4fa6f33472ec97e9c882fa14cf72eeea (patch)
treef289310deae1de00510075e0f3086d58518e4477
parenteffe80bdc5d77c413accc8aac8707dc655d18aa5 (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 daaef84..56dff72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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.1.2,
+AC_INIT(GStreamer libav, 1.1.2.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 102, 0, 102)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.2
-GST_PBREQ=1.1.2
+GST_REQ=1.1.2.1
+GST_PBREQ=1.1.2.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])