summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-04-30 00:41:18 +0100
committerTim-Philipp Müller <tim@centricular.com>2024-04-30 01:08:36 +0000
commitdf639b95a950533c92620d7f04ed3b1b48b6234f (patch)
treec506553a26a2fe2c9ad08a01ab6c82c6e7869849
parent520269d34a72711d2533f45af366d8f39dced8fe (diff)
Build 1.22 branch again1.22
-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 a49cfce6..13c7d6cf 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.12'
+CERBERO_VERSION = '1.22.12.1'
class Platform:
''' Enumeration of supported platforms '''
diff --git a/packages/custom.py b/packages/custom.py
index f9276c08..fd4e9f82 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.12'
+ version = '1.22.12.1'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 8478dfc7..220ec270 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.12'
- tagged_for_release = True
+ version = '1.22.12.1'
+ tagged_for_release = False
# Decide what stype to use
use_git = True