summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-04-13 10:50:47 +0100
committerTim-Philipp Müller <tim@centricular.com>2024-04-13 10:50:47 +0100
commit6555da503183057ed033f44c414ba2b9d99c6407 (patch)
treea7d1c4933f469e3aeb81c50ca34e712370ba0c3c
parent64531cf9aef27acea3937dcce3a2ad134f310441 (diff)
Build 1.24 branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1452>
-rw-r--r--cerbero/enums.py2
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py
index 067f3b2f..7c0287a1 100644
--- a/cerbero/enums.py
+++ b/cerbero/enums.py
@@ -20,7 +20,7 @@ from cerbero.errors import FatalError
# Safest place to define this since this file imports very few modules
-CERBERO_VERSION = '1.24.2'
+CERBERO_VERSION = '1.24.2.1'
class Platform:
diff --git a/packages/custom.py b/packages/custom.py
index fba88bf3..91f5a590 100644
--- a/packages/custom.py
+++ b/packages/custom.py
@@ -5,7 +5,7 @@ from cerbero.enums import License
class GStreamer:
url = 'http://gstreamer.freedesktop.org'
- version = '1.24.2'
+ version = '1.24.2.1'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index ab7f9803..446b7da2 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.24.2'
- tagged_for_release = True
+ version = '1.24.2.1'
+ tagged_for_release = False
# Decide what stype to use
use_git = True