diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2021-09-23 02:43:12 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2021-09-23 02:43:12 +0100 |
commit | e5ff9a1a4e6d6fb96c2f5d9fac683cc7be2a7621 (patch) | |
tree | d65fa74e7538513216fb38bd660ba732b908e351 /recipes/custom.py | |
parent | bb026718461f6bd4709c1273887134f1eb016c9d (diff) |
Build 1.19.2 release
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 c5b8a2fa..376eb4cd 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.19.1.1' - tagged_for_release = False + version = '1.19.2' + tagged_for_release = True # Decide what stype to use use_git = True |