summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-03-20 21:43:57 +0100
committerTim-Philipp Müller <tim@centricular.com>2024-03-20 21:43:57 +0100
commite8adedfcc17975c1608d2730d90b609e586b725a (patch)
tree0cb1cf92167240d28d4091ed242fc06b3293b1c4
parent6a3d6dd06a77232ee89c363fa955e99701b3f579 (diff)
Build 1.22 branch again
-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 82a9383b..9c21a902 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.22.11'
+CERBERO_VERSION = '1.22.11.1'
class Platform:
''' Enumeration of supported platforms '''
diff --git a/packages/custom.py b/packages/custom.py
index b0905ff2..1e0da4f8 100644
--- a/packages/custom.py
+++ b/packages/custom.py
@@ -6,7 +6,7 @@ from cerbero.enums import License
class GStreamer:
url = "http://gstreamer.freedesktop.org"
- version = '1.22.11'
+ version = '1.22.11.1'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 2cef8553..9bbe51b3 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -19,8 +19,8 @@ def running_on_cerbero_ci():
class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
- version = '1.22.11'
- tagged_for_release = True
+ version = '1.22.11.1'
+ tagged_for_release = False
# Decide what stype to use
use_git = True