diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-05-04 15:40:29 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-05-04 15:40:29 +0300 |
commit | 6981cbfbab74098a93c517b6e3f4ad6e25e4194e (patch) | |
tree | 5ef5c1dd2c485a3569c5d0f57c19c4c98206f45c /configure.ac | |
parent | dddffea0f0bb43eaa854daa10af08acd05ded9e7 (diff) |
Release 1.12.01.12.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ecf4a9c..14cc900 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.11.91, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.12.0, 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.11.91) +AC_SUBST(GST_REQ, 1.12.0) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC |