Skip to content

Commit

Permalink
Back to development
Browse files Browse the repository at this point in the history
  • Loading branch information
ndufresne committed Mar 28, 2018
1 parent d3dfaa3 commit a3e0197
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/custom.py
Expand Up @@ -6,7 +6,7 @@
class GStreamer:

url = "http://gstreamer.freedesktop.org"
version = '1.14.0.1'
version = '1.15.0.1'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
4 changes: 2 additions & 2 deletions recipes/custom.py
Expand Up @@ -12,8 +12,8 @@

class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
version = '1.14.0'
commit = '1.14.0'
version = '1.15.0.1'
commit = 'origin/master'

def list_gstreamer_1_0_plugins_by_category(config):
cookbook = CookBook(config)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -127,7 +127,7 @@ def make_release_tree(self, base_dir, files):

setup(
name = "cerbero",
version = '1.14.0',
version = '1.15.0.1',
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),
Expand Down

0 comments on commit a3e0197

Please sign in to comment.