Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: WebappConfig/
Date: Fri, 29 Jun 2012 13:01:31
Message-Id: 1340974225.04f0b4cedab9b28909a8ab028cec0d899105faf2.blueness@gentoo
1 commit: 04f0b4cedab9b28909a8ab028cec0d899105faf2
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Jun 29 00:06:50 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 12:50:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=04f0b4ce
7
8 Update WebappConfig.version.WCVERSION.
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 ---
13 WebappConfig/version.py | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/WebappConfig/version.py b/WebappConfig/version.py
17 index ddf6c9d..e79de15 100644
18 --- a/WebappConfig/version.py
19 +++ b/WebappConfig/version.py
20 @@ -13,7 +13,7 @@
21 #
22 # ========================================================================
23
24 -WCVERSION = '1.50.18'
25 +WCVERSION = '1.50.20'
26
27 if __name__ == '__main__':
28 print(WCVERSION)