summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-24 13:34:28 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-24 13:34:28 +0200
commitbe4bf83b9c1945644ed6caac8e8dfcc564836399 (patch)
tree7051cc083fd9a2624ba87d7cf458c8afdf32eb70
parent8bf58f1bb5e4fe570778d60173a777ac162488d8 (diff)
downloadgstreamer-be4bf83b9c1945644ed6caac8e8dfcc564836399.tar.gz
Back to development
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6d7e7b5d67..2b0a92415e 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 GObject Introspection overrides for Python , 1.8.0,
+AC_INIT(GStreamer GObject Introspection overrides for Python , 1.9.0.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
@@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl required versions of other packages
dnl Note that they are runtime requirements
-AC_SUBST(GST_REQ, 1.8.0)
+AC_SUBST(GST_REQ, 1.9.0.1)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC