commit: a6f5f233863e55488bd1aa96853cf71b3ba9415e
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 9 18:01:52 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 9 18:01:56 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=a6f5f233
version.py: Updates version to reflect being on git
To show users that they are running a live version of webapp-config
the version has been changed to reflect that.
---
WebappConfig/version.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WebappConfig/version.py b/WebappConfig/version.py
index 4d5931b..76448f2 100644
--- a/WebappConfig/version.py
+++ b/WebappConfig/version.py
@@ -13,7 +13,7 @@
#
# ========================================================================
-WCVERSION = '1.51'
+WCVERSION = '1.53-git'
if __name__ == '__main__':
print(WCVERSION)