diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-10-29 12:42:31 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-10-29 12:42:31 +0000 |
commit | 9174f10c1a8c62f9926e8817adfa807dab4f14c1 (patch) | |
tree | 0c69b939bf39449bd942591a168fc6df19cf018a /setup.py | |
parent | note (diff) | |
download | java-config-9174f10c1a8c62f9926e8817adfa807dab4f14c1.tar.gz java-config-9174f10c1a8c62f9926e8817adfa807dab4f14c1.tar.bz2 java-config-9174f10c1a8c62f9926e8817adfa807dab4f14c1.zip |
Dont assume uid 0 has super powers
svn path=/java-config-ng/branches/axxo/; revision=1176
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import os setup ( name = 'java-config', - version = '2.0.13', + version = '2.0.14', description = 'java enviroment configuration tool', long_description = \ """ |