diff options
author | Bjoern Tropf <asym@gentoo.org> | 2009-12-02 20:07:02 +0100 |
---|---|---|
committer | Bjoern Tropf <asym@gentoo.org> | 2009-12-02 20:07:02 +0100 |
commit | b0f12b4c3ad66a468f2e8ba08838874b45a5e3b0 (patch) | |
tree | dbbf0c00fd6a446530d1eff60758d409fbaaaf68 /pym | |
parent | Fix userquery import (diff) | |
download | kernel-check-b0f12b4c3ad66a468f2e8ba08838874b45a5e3b0.tar.gz kernel-check-b0f12b4c3ad66a468f2e8ba08838874b45a5e3b0.tar.bz2 kernel-check-b0f12b4c3ad66a468f2e8ba08838874b45a5e3b0.zip |
kernel-check 0.3.14
Diffstat (limited to 'pym')
-rw-r--r-- | pym/kernelcheck/lib/kernellib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/kernelcheck/lib/kernellib.py b/pym/kernelcheck/lib/kernellib.py index 17cdc82..515511b 100644 --- a/pym/kernelcheck/lib/kernellib.py +++ b/pym/kernelcheck/lib/kernellib.py @@ -47,7 +47,7 @@ KERNEL_TYPES = [ 'vserver', 'win4lin', 'wolk-dev', 'wolk', 'xbox', 'xen', 'xfs' ] -VERSION = '0.3.13' +VERSION = '0.3.14' DEBUG = False FILEPATH = os.path.dirname(os.path.realpath(__file__)) PORTDIR = portage.settings['PORTDIR'] |