summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-04-19 10:42:45 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-04-19 11:00:07 +0100
commit6e51428cbda01b27b13e7e76866ae80daea27a54 (patch)
treea31ec272302404157a2d01ec75c2a4a30123b21a
parent7f1b5fe985c2049351d0524e0f293272f63161d5 (diff)
Back to development
-rw-r--r--RELEASE2
-rw-r--r--configure.ac4
-rw-r--r--meson.build2
3 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index c09f0ba..4c33423 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-python 1.16.0.
+This is GStreamer gst-python 1.17.0.1.
The GStreamer team is thrilled to announce a new major feature release in the
stable 1.0 API series of your favourite cross-platform multimedia framework!
diff --git a/configure.ac b/configure.ac
index 76e0f17..0bc4965 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.16.0,
+AC_INIT(GStreamer GObject Introspection overrides for Python , 1.17.0.1,
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.16.0)
+AC_SUBST(GST_REQ, 1.17.0.1)
AC_SUBST(PYGOBJECT_REQ, 3.8)
AC_DISABLE_STATIC
diff --git a/meson.build b/meson.build
index e264fa5..0c0a5ae 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-python', 'c', 'cpp',
- version : '1.16.0',
+ version : '1.17.0.1',
meson_version : '>= 0.46.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',