summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 20:09:23 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 20:09:23 +0100
commit3d0caa0e2ec0807ca6213c8531ed8bb52a8438b2 (patch)
treef5978c776f7c960d26ca358338cbc3f89447526e
parent982a91eb6b1b3ff7481af1517ffaf7b5caef61d3 (diff)
Back to development
-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 ee2f28b0..fe7afad2 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.18.0'
+CERBERO_VERSION = '1.18.0.1'
class Platform:
''' Enumeration of supported platforms '''
diff --git a/packages/custom.py b/packages/custom.py
index ea8ea3b7..a2cc6590 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.18.0'
+ version = '1.18.0.1'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 207bc31e..9289d1bf 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.18.0'
- tagged_for_release = True
+ version = '1.18.0.1'
+ tagged_for_release = False
# Decide what stype to use
use_git = True