diff options
author | Bjoern Tropf <asym@gentoo.org> | 2009-11-23 11:14:23 +0100 |
---|---|---|
committer | Bjoern Tropf <asym@gentoo.org> | 2009-11-23 11:14:23 +0100 |
commit | b064c5d5f1ccfbb8e806cf66c144f5d97c962af0 (patch) | |
tree | de0039259c708c13584e319598a3e7bec3daa95d | |
parent | Further work on output (diff) | |
download | kernel-check-b064c5d5f1ccfbb8e806cf66c144f5d97c962af0.tar.gz kernel-check-b064c5d5f1ccfbb8e806cf66c144f5d97c962af0.tar.bz2 kernel-check-b064c5d5f1ccfbb8e806cf66c144f5d97c962af0.zip |
kernel-check 0.3.13
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | pym/kernelcheck/lib/kernellib.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -0.3.12 +0.3.13 diff --git a/pym/kernelcheck/lib/kernellib.py b/pym/kernelcheck/lib/kernellib.py index 5ce03ed..f733b73 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.12' +VERSION = '0.3.13' DEBUG = False FILEPATH = os.path.dirname(os.path.realpath(__file__)) PORTDIR = portage.settings['PORTDIR'] |