diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-10-02 23:18:58 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-10-02 23:18:58 +0100 |
commit | 169ccfd877ffb687236dacda0a2f91f281504d94 (patch) | |
tree | 3bef4a1c827d5b9ca6f89cb1eff35a9ec50e1248 | |
parent | 573ffff4f9c8d4c0f02c7e07287dc2c83383bdf4 (diff) |
Build 1.14.4 release
-rw-r--r-- | packages/custom.py | 2 | ||||
-rw-r--r-- | recipes/custom.py | 4 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/custom.py b/packages/custom.py index 3f97d89a..c4ff6073 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.3' + version = '1.14.4' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 27c9c936..a28551d0 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -12,9 +12,9 @@ from cerbero.utils import shell, to_unixpath class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.14.3' + version = '1.14.4' # Change to tag when making a release, then back to branch - commit = 'origin/1.14' + commit = '1.14.4' def list_gstreamer_1_0_plugins_by_category(config): cookbook = CookBook(config) @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = '1.14.3', + version = '1.14.4', author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |