From b0f12b4c3ad66a468f2e8ba08838874b45a5e3b0 Mon Sep 17 00:00:00 2001 From: Bjoern Tropf Date: Wed, 2 Dec 2009 20:07:02 +0100 Subject: kernel-check 0.3.14 --- VERSION | 2 +- pym/kernelcheck/lib/kernellib.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e473765..0b69c00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.13 +0.3.14 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'] -- cgit v1.2.3-65-gdbad