Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: scripts/
Date: Mon, 20 May 2013 20:02:47
Message-Id: 1369079855.0c653589e99499bb74a5918290148ef4994fde5f.blueness@gentoo
1 commit: 0c653589e99499bb74a5918290148ef4994fde5f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 02:38:52 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon May 20 19:57:35 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=0c653589
7
8 scripts/setup.py: fix version number
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 ---
13 scripts/setup.py | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/scripts/setup.py b/scripts/setup.py
17 index f428db2..0a1bf5c 100755
18 --- a/scripts/setup.py
19 +++ b/scripts/setup.py
20 @@ -103,7 +103,7 @@ else:
21
22 setup(
23 name = 'PaxPython',
24 - version = '0.6.1',
25 + version = '0.8',
26 author = 'Anthony G. Basile',
27 author_email = 'blueness@g.o',
28 url = 'http://dev.gentoo.org/~blueness/elfix',