summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-19 20:32:14 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-19 20:32:14 +0000
commit00e7d8b224c0482b0c002e6f704c06621bf55aa2 (patch)
treea9ecf2e734b1b281370130759165d889b142e2f9
parent2edeb772b1b3f43186f20a478e04667266591466 (diff)
Build 1.14.0 release1.14.0
-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 e0be6fd2..90686b24 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.91.1'
+ version = '1.14.0'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 000efe67..a7fcff44 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.13.91.1'
- commit = 'origin/master'
+ version = '1.14.0'
+ commit = '1.14.0'
def list_gstreamer_1_0_plugins_by_category(config):
cookbook = CookBook(config)
diff --git a/setup.py b/setup.py
index 5678cf5b..badd00a5 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = '1.13.91.1',
+ version = '1.14.0',
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),