summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--pym/kernelcheck/lib/kernellib.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 0b9c019..e473765 100644
--- a/VERSION
+++ b/VERSION
@@ -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']