summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-07-20 11:10:49 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-07-20 11:10:49 +0100
commitf8135628e97c9cece937a43b45425a92917ff7e8 (patch)
treeb7663060000eeaf9f79f5405e8e81ed8105db62e
parent46bd89a55f9ee9923e1397630c52c3b1e4c63c64 (diff)
Build 1.14.2 release
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py4
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/custom.py b/packages/custom.py
index 84c463b4..90326e54 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.14.1'
+ version = '1.14.2'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index e988b748..3f8f1066 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -12,8 +12,8 @@ from cerbero.utils import shell, to_unixpath
class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
- version = '1.14.1'
- commit = '1.14.1'
+ version = '1.14.2'
+ commit = '1.14.2'
def list_gstreamer_1_0_plugins_by_category(config):
cookbook = CookBook(config)
diff --git a/setup.py b/setup.py
index 0dbe2552..d5d46d5e 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = '1.14.1',
+ version = '1.14.2',
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),