diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-09-24 10:45:14 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2021-09-24 10:45:38 -0400 |
commit | 2e9d12adf8ea00e6fc8a31d22f55b2e17e45ae88 (patch) | |
tree | b6887ac72c745edf8ee3e3ed08dd4f7d50e84811 /recipes | |
parent | 6b999a498626b021fb3d3c3764833516cec4a248 (diff) |
Back to development
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/740>
Diffstat (limited to 'recipes')
-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 376eb4cd..fc557fad 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.2' - tagged_for_release = True + version = '1.19.2.1' + tagged_for_release = False # Decide what stype to use use_git = True |