Skip to content
Snippets Groups Projects
Commit 1ef0ba86 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

Release 1.12.3

parent f3badf28
No related branches found
Tags gst-plugins-ugly-0.10.14
Loading
......@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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 Editing Services, 1.12.2,
AC_INIT(GStreamer Editing Services, 1.12.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer-editing-services)
......@@ -51,7 +51,7 @@ dnl we override it here if we need to for the release candidate of new series
GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AS_LIBTOOL(GST, 1202, 0, 1202)
AS_LIBTOOL(GST, 1203, 0, 1203)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.12.0
......
......@@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors
</GitRepository>
</repository>
<release>
<Version>
<revision>1.12.3</revision>
<branch>1.12</branch>
<name></name>
<created>2017-09-18</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.12.3.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.12.2</revision>
......
project('gst-editing-services', 'c',
version : '1.12.2',
version : '1.12.3',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment