diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-01 12:31:42 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-01 12:31:42 +0300 |
commit | ffbb6a65f0a47e66560e287aa0c2510127e70fa7 (patch) | |
tree | 372b1865243aa779e09644b638af9ba67b49131a /configure.ac | |
parent | fb9bbd83ffeffed4cb726f5ccf35b07dcbf2d625 (diff) |
Release 1.9.21.9.2
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 3f18c19..5333e8c 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.9.1.1, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.9.2, 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.9.1.1) +AC_SUBST(GST_REQ, 1.9.2) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC |