summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-29 13:52:29 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-29 13:52:29 +0200
commit4481585f1f7be2aa3818e6251a11cf1d6ca7f5a5 (patch)
tree06617799b38ae4bfc12992ed84c7a88532a0f094 /configure.ac
parent0fafd003ec6758dd0e0d5402239e1cba62728d39 (diff)
downloadgstreamer-plugins-bad-4481585f1f7be2aa3818e6251a11cf1d6ca7f5a5.tar.gz
Release 1.1.31.1.3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index f25d07e05..c0e095ff5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.68])
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 Bad Plug-ins],[1.1.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
+AC_INIT([GStreamer Bad Plug-ins],[1.1.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AG_GST_INIT
@@ -48,11 +48,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 102, 0, 102)
+AS_LIBTOOL(GST, 103, 0, 103)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.2.1
-GSTPB_REQ=1.1.2.1
+GST_REQ=1.1.3
+GSTPB_REQ=1.1.3
dnl *** autotools stuff ****