diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-03-01 18:53:59 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-03-01 18:53:59 +0200 |
commit | f783017629e60a85290230c4216b09be8aab631e (patch) | |
tree | 823b3314db1e4a39508cb625acd3062a090f8b46 /configure.ac | |
parent | 58c324e0ccc21498a7e29d82dc00ed008050d26c (diff) |
Release 1.7.901.7.90
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 d3e4a6a..58eaafe 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.7.2.1, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.90, 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.7.2.1) +AC_SUBST(GST_REQ, 1.7.90) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC |