diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-11-17 16:59:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-17 16:59:23 +0200 |
commit | d3cb12567f97fa1547ebef5b445b3bb723a471e0 (patch) | |
tree | 586f87c892ea3366bd3d34750cffcc87aeba6672 | |
parent | cd0fcc14541b53a9814968af8a9d2a72d1c19e8d (diff) |
Update versions to 1.10.1
-rw-r--r-- | packages/custom.py | 2 | ||||
-rw-r--r-- | recipes/custom.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/custom.py b/packages/custom.py index 4ce8a755..7501d9e9 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.10.0' + version = '1.10.1' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 763c18d8..de05a49e 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamerBase: licenses = [License.LGPLv2Plus] version = '1.10' - commit = '1.10.0' + commit = '1.10.1' class GStreamer(GStreamerBase, recipe.Recipe): @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.10.0", + version = "1.10.1", author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |