summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-04-13 22:53:45 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-04-13 23:01:35 +0530
commitc8d47ef31463d68deea0080519b704324e3eb3ee (patch)
tree1b893c18cc7e9b51ed99582017afc24a3340dad2
parent3919d73edddd37bf1313ef684a35fd10bf5e4f47 (diff)
gst recipes: Bump to 1.15.90.1 for further development
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/custom.py b/packages/custom.py
index 2b6e3622..c6bea673 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.15.90'
+ version = '1.15.90.1'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index cf54dc2f..5732fc01 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -12,7 +12,7 @@ from cerbero.utils import shell, to_unixpath
class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
- version = '1.15.90'
+ version = '1.15.90.1'
tagged_for_release = True
# We want to force the source type to be git when using a manifest else
# we won't actually test the commit(s) specified in the manifest
diff --git a/setup.py b/setup.py
index 489ad636..7537827b 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = '1.15.90',
+ version = '1.15.90.1',
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),