summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-02-26 09:40:19 +0000
committerTim-Philipp Müller <tim@centricular.com>2023-02-26 09:40:19 +0000
commite60ead977cb6918972af2f61e016de9df691106f (patch)
tree3d6400c9a607a6228803e2b2c4f30397c3b548b1
parent44cc3dac3a0ca185d17c65535e8ecba806e9cfd5 (diff)
Build 1.20 branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1124>
-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 917c557b..9a7c22d7 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.20.6'
+CERBERO_VERSION = '1.20.6.1'
class Platform:
''' Enumeration of supported platforms '''
diff --git a/packages/custom.py b/packages/custom.py
index 658c929c..008d518d 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.20.6'
+ version = '1.20.6.1'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index f32cb488..a179b435 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.20.6'
- tagged_for_release = True
+ version = '1.20.6.1'
+ tagged_for_release = False
# Decide what stype to use
use_git = True