Skip to content

Commit

Permalink
Version bump to v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Aug 19, 2011
1 parent 1e7196c commit 40de580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ APPNAME='libwebsite'
if os.path.exists('.git'):
VERSION=subprocess.getoutput('git describe').lstrip('v').replace('-', '_')
else:
VERSION='0.2.12'
VERSION='0.2.13'

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

0 comments on commit 40de580

Please sign in to comment.