From b897c8f9b60a506f496fefee2f34d671fb58d864 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 20 Mar 2018 09:54:18 +0000 Subject: [PATCH] Back to development --- meson.build | 2 +- sources/generated/Gst.PbUtils/Constants.cs | 6 +++--- sources/generated/Gst/Constants.cs | 6 +++--- sources/generated/gstreamer-sharp-api.xml | 14 +++++++------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/meson.build b/meson.build index 99bfaa3..fcabc7f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gstreamer-sharp', ['cs', 'c'], version: '1.14.0', +project('gstreamer-sharp', ['cs', 'c'], version: '1.15.0.1', meson_version: '>0.42', license: 'LGPL') if host_machine.system() == 'osx' diff --git a/sources/generated/Gst.PbUtils/Constants.cs b/sources/generated/Gst.PbUtils/Constants.cs index 53db269..1df891e 100644 --- a/sources/generated/Gst.PbUtils/Constants.cs +++ b/sources/generated/Gst.PbUtils/Constants.cs @@ -17,9 +17,9 @@ namespace Gst.PbUtils { public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service"; public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing"; public const int PLUGINS_BASE_VERSION_MAJOR = 1; - public const int PLUGINS_BASE_VERSION_MICRO = 90; - public const int PLUGINS_BASE_VERSION_MINOR = 13; - public const int PLUGINS_BASE_VERSION_NANO = 0; + public const int PLUGINS_BASE_VERSION_MICRO = 0; + public const int PLUGINS_BASE_VERSION_MINOR = 15; + public const int PLUGINS_BASE_VERSION_NANO = 1; #endregion } } diff --git a/sources/generated/Gst/Constants.cs b/sources/generated/Gst/Constants.cs index 3d23760..d07bd02 100644 --- a/sources/generated/Gst/Constants.cs +++ b/sources/generated/Gst/Constants.cs @@ -163,9 +163,9 @@ namespace Gst { public const int VALUE_LESS_THAN = -1; public const int VALUE_UNORDERED = 2; public const int VERSION_MAJOR = 1; - public const int VERSION_MICRO = 90; - public const int VERSION_MINOR = 13; - public const int VERSION_NANO = 0; + public const int VERSION_MICRO = 0; + public const int VERSION_MINOR = 15; + public const int VERSION_NANO = 1; #endregion } } diff --git a/sources/generated/gstreamer-sharp-api.xml b/sources/generated/gstreamer-sharp-api.xml index c08348a..0560189 100644 --- a/sources/generated/gstreamer-sharp-api.xml +++ b/sources/generated/gstreamer-sharp-api.xml @@ -11531,9 +11531,9 @@ - - - + + + @@ -20632,9 +20632,9 @@ - - - + + + @@ -28956,4 +28956,4 @@ - \ No newline at end of file + -- 2.7.4