Skip to content

Commit

Permalink
Bump to 1.16.1.1 for further development
Browse files Browse the repository at this point in the history
Build the 1.16 branch again for all repos, instead of the 1.16.1 tag.
  • Loading branch information
nirbheek committed Sep 26, 2019
1 parent e25e0eb commit 23ed68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/custom.py
Expand Up @@ -11,8 +11,8 @@

class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
version = '1.16.1'
tagged_for_release = True
version = '1.16.1.1'
tagged_for_release = False

if not tagged_for_release or recipe.Recipe._using_manifest_force_git:
# Pre-release version, use git master
Expand Down

0 comments on commit 23ed68e

Please sign in to comment.