mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 09:59:55 +00:00
Back to development
This commit is contained in:
parent
7f1b5fe985
commit
6e51428cbd
3 changed files with 4 additions and 4 deletions
2
RELEASE
2
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!
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue