diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-03-05 01:21:56 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-03-05 01:21:56 +0000 |
commit | 8ea3a35d4f0a34ab9693dbf89a5fbbfe39908bf1 (patch) | |
tree | 0fa27ddb0fd3329614c6c40abf9b588c90e6bd45 /recipes/custom.py | |
parent | a6d10d5e4555a315a3d0b56ac1c99c4f4526f428 (diff) |
Build 1.24.0 release
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1394>
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 8d0fa92d..7b4e6b86 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -21,8 +21,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.23.90.1' - tagged_for_release = False + version = '1.24.0' + tagged_for_release = True # Decide what stype to use use_git = True |