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.13.1,
+AC_INIT(GStreamer GObject Introspection overrides for Python , 1.13.1.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
dnl required versions of other packages
dnl Note that they are runtime requirements
-AC_SUBST(GST_REQ, 1.13.1)
+AC_SUBST(GST_REQ, 1.13.1.1)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC
project('gst-python', 'c', 'cpp',
- version : '1.13.1',
+ version : '1.13.1.1',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',