summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-12-24 15:28:06 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-12-24 15:28:06 +0100
commit75f21c86988bed75495bc263330bb4f9b88d95ad (patch)
tree19182acc82fab9ca93acfa1f02297a1679a0ad2d
parente016a70a7c97fc61c6cb5cd3821d38bc5ae5c9a4 (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 5c10e7370..b0ea8c2a6 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, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
-AC_INIT([GStreamer Good Plug-ins],[1.7.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
+AC_INIT([GStreamer Good Plug-ins],[1.7.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AG_GST_INIT
@@ -46,8 +46,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 701, 0, 701)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.7.1
-GSTPB_REQ=1.7.1
+GST_REQ=1.7.1.1
+GSTPB_REQ=1.7.1.1
dnl *** autotools stuff ****