Skip to content

Commit

Permalink
Version bumped to v0.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Colomiets committed Oct 17, 2011
1 parent b2a867c commit 5529bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -10,7 +10,7 @@ APPNAME='zerogw'
if os.path.exists('.git'):
VERSION=subprocess.getoutput('git describe').lstrip('v').replace('-', '_')
else:
VERSION='0.5.19'
VERSION='0.5.20'

top = '.'
out = 'build'
Expand Down

0 comments on commit 5529bda

Please sign in to comment.