diff options
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 f9ec9c5..d4ab5e2 100644 --- a/pym/kernelcheck/lib/kernellib.py +++ b/pym/kernelcheck/lib/kernellib.py @@ -42,7 +42,7 @@ KERNEL_TYPES = [ 'vserver', 'win4lin', 'wolk-dev', 'wolk', 'xbox', 'xen', 'xfs' ] -VERSION = '0.3.15' +VERSION = '0.3.16' DEBUG = False PORTDIR = portage.settings['PORTDIR'] KERNELDIR = os.path.join(PORTDIR, 'metadata', 'kernel') |