From 59784c2357e5eda663123359f861d8e209a44b90 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 15 Mar 2014 18:26:40 +0100 Subject: [PATCH] Back to development --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6030a5e379..4c9b9cf2f9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.60) 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.2.0, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.3.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.2.0) +AC_SUBST(GST_REQ, 1.3.0) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC