From 5529bda824f1351a2e7bd61523538337a0be464a Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Mon, 17 Oct 2011 15:39:29 +0300 Subject: [PATCH] Version bumped to v0.5.20 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 6556134..8a2880f 100644 --- a/wscript +++ b/wscript @@ -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'