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: Thu, 02 Jul 2015 16:49:16
Message-Id: 1435855740.d4c544a1703e67630aa65a704a946e613ea2081f.twitch153@gentoo
1 commit: d4c544a1703e67630aa65a704a946e613ea2081f
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: Thu Jul 2 16:49:00 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=d4c544a1
7
8 version.py: Modifies to reflect git version
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)