Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: WebappConfig/
Date: Fri, 03 Jul 2015 04:50:29
Message-Id: 1435898996.e5627dab9a94231803ba69fae4720b07b9773506.twitch153@gentoo
1 commit: e5627dab9a94231803ba69fae4720b07b9773506
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 16:49:00 2015 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 3 04:49:56 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=e5627dab
7
8 version.py: Modifies version to reflect git status
9
10 WebappConfig/version.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/WebappConfig/version.py b/WebappConfig/version.py
14 index a795719..f52527b 100644
15 --- a/WebappConfig/version.py
16 +++ b/WebappConfig/version.py
17 @@ -13,7 +13,7 @@
18 #
19 # ========================================================================
20
21 -WCVERSION = '1.54'
22 +WCVERSION = '1.54-git'
23
24 if __name__ == '__main__':
25 print(WCVERSION)