Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/javatoolkit:master commit in: /
Date: Mon, 07 Aug 2017 23:48:39
Message-Id: 1502149675.dd5b5e20676b52f339ec6084dd7e8dcf951e5d5f.monsieurp@gentoo
1 commit: dd5b5e20676b52f339ec6084dd7e8dcf951e5d5f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 23:47:55 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 23:47:55 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=dd5b5e20
7
8 we're at version 0.5.0
9
10 setup.py | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/setup.py b/setup.py
14 index 3c8a562..28f6475 100644
15 --- a/setup.py
16 +++ b/setup.py
17 @@ -6,7 +6,7 @@ from distutils.core import setup
18
19 setup (
20 name = 'javatoolkit',
21 - version = '0.3.0',
22 + version = '0.5.0',
23 description = 'Collection of Gentoo-specific tools for Java.',
24 maintainer = 'Gentoo Java Team',
25 maintainer_email = 'java@g.o',
26 @@ -28,4 +28,4 @@ setup (
27 data_files = [ ( '/usr/share/man/man1', ['src/man/findclass.1'] ) ]
28 )
29
30 -#set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
31 +#set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap