diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-07-20 10:35:10 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-07-20 10:43:46 +0100 |
commit | 26c89eae7ab5f7b0f0ac135bac8bebcf15abd3e3 (patch) | |
tree | 02da6d5c7f3347c2f83b7d98589b46ee62bfe05b /ges/generated/GES/Constants.cs | |
parent | f6f824d26126bf77f9c9b185199d87c5a9757bfb (diff) | |
download | gstreamer-sharp-1.14.2.tar.gz |
Release 1.14.2gstreamer-sharp-1.14.2
Diffstat (limited to 'ges/generated/GES/Constants.cs')
-rw-r--r-- | ges/generated/GES/Constants.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ges/generated/GES/Constants.cs b/ges/generated/GES/Constants.cs index ca2f0cd78b..e5df214464 100644 --- a/ges/generated/GES/Constants.cs +++ b/ges/generated/GES/Constants.cs @@ -23,6 +23,10 @@ namespace GES { public const string MULTI_FILE_URI_PREFIX = @"multifile://"; public const int PADDING = 4; public const int PADDING_LARGE = 20; + public const int VERSION_MAJOR = 1; + public const int VERSION_MICRO = 2; + public const int VERSION_MINOR = 14; + public const int VERSION_NANO = 0; #endregion } } |