diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-12-03 23:53:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-12-03 23:53:58 +0000 |
commit | 4622c81cfd5a3b50ab6871cc8bf0981b4f9fffd6 (patch) | |
tree | 227f44480b7fd80f349fdeb9ffe187a773401d41 /recipes/custom.py | |
parent | e2bef710736f6d9e050630deaeae7541ed2b5398 (diff) |
Build 1.16.2 release1.16.2
Diffstat (limited to 'recipes/custom.py')
-rw-r--r-- | recipes/custom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/custom.py b/recipes/custom.py index 0cf7700e..c56eea9a 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -11,8 +11,8 @@ from cerbero.utils import shell, to_unixpath class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.16.1.1' - tagged_for_release = False + version = '1.16.2' + tagged_for_release = True if not tagged_for_release or recipe.Recipe._using_manifest_force_git: # Pre-release version, use git master |