diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-09-08 09:19:29 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-09-08 09:19:29 +0100 |
commit | 227a32b838e494137da04c47dcee72f4ff2d30fd (patch) | |
tree | ca7bc2af71d95b649f29e301d85b118d30543e74 /recipes/custom.py | |
parent | 3f26966e2474fd7c4af65f93cc1bceb1bfa38812 (diff) |
Build 1.18.0 release
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/590>
Diffstat (limited to 'recipes/custom.py')
-rw-r--r-- | recipes/custom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/custom.py b/recipes/custom.py index 4c692aeb..207bc31e 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -12,8 +12,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.17.90' - tagged_for_release = False + version = '1.18.0' + tagged_for_release = True # Decide what stype to use use_git = True |