summaryrefslogtreecommitdiff
path: root/recipes/custom.py
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 09:19:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 09:19:29 +0100
commit227a32b838e494137da04c47dcee72f4ff2d30fd (patch)
treeca7bc2af71d95b649f29e301d85b118d30543e74 /recipes/custom.py
parent3f26966e2474fd7c4af65f93cc1bceb1bfa38812 (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.py4
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