summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Tropf <asym@gentoo.org>2009-11-23 11:14:23 +0100
committerBjoern Tropf <asym@gentoo.org>2009-11-23 11:14:23 +0100
commitb064c5d5f1ccfbb8e806cf66c144f5d97c962af0 (patch)
treede0039259c708c13584e319598a3e7bec3daa95d
parentFurther work on output (diff)
downloadkernel-check-b064c5d5f1ccfbb8e806cf66c144f5d97c962af0.tar.gz
kernel-check-b064c5d5f1ccfbb8e806cf66c144f5d97c962af0.tar.bz2
kernel-check-b064c5d5f1ccfbb8e806cf66c144f5d97c962af0.zip
kernel-check 0.3.13
-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']