summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2018-03-09 23:10:23 +1100
committerJan Schmidt <jan@centricular.com>2018-03-09 23:10:23 +1100
commit6c7cb6fc63e728543e3392cedfe3b45b4a6ba1e9 (patch)
tree656dc050b0da433a9729379cf2241226bf46a239
parent84c9bac6134db6043119a850abbe8fc01f4727ab (diff)
Update version numbers to 1.13.90.1
-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 b3027a1e..0057cfc7 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.13.90'
+ version = '1.13.90.1'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 53cdcd9c..e5d4272f 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.13.90'
+ version = '1.13.90.1'
commit = 'origin/master'
def list_gstreamer_1_0_plugins_by_category(config):
diff --git a/setup.py b/setup.py
index ccef991d..8eedbbf0 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = "1.13.90",
+ version = "1.13.90.1",
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),