diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-03-15 18:02:45 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-03-15 18:02:45 +0100 |
commit | 4e13f96d3c34a53d3d0cd3a1a4590f368f3ff489 (patch) | |
tree | 6bc31109ce4cf41dd8a1d2f5a63329a9679f26ad /configure.ac | |
parent | 2644bf83bb91d28b3ffcc941e1d4db1f47d52a48 (diff) |
Release 1.2.01.2.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 dfe4cfd..6030a5e 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.1.90.1, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.2.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.2.0) +AC_SUBST(GST_REQ, 1.2.0) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC |