summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Tropf <asym@gentoo.org>2009-12-07 18:56:40 +0100
committerBjoern Tropf <asym@gentoo.org>2009-12-07 18:56:40 +0100
commit08052fa0b455d8c54ba2dcc46138d5f55020bf30 (patch)
tree9b4e1f7c5bb6ec871e0f7776f0d20b7642d6b107
parentFix unused line (diff)
downloadkernel-check-08052fa0b455d8c54ba2dcc46138d5f55020bf30.tar.gz
kernel-check-08052fa0b455d8c54ba2dcc46138d5f55020bf30.tar.bz2
kernel-check-08052fa0b455d8c54ba2dcc46138d5f55020bf30.zip
kernel-check 0.3.15
-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 0b69c00..9e29e10 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.14
+0.3.15
diff --git a/pym/kernelcheck/lib/kernellib.py b/pym/kernelcheck/lib/kernellib.py
index da69c0d..4482429 100644
--- a/pym/kernelcheck/lib/kernellib.py
+++ b/pym/kernelcheck/lib/kernellib.py
@@ -41,7 +41,7 @@ KERNEL_TYPES = [
'vserver', 'win4lin', 'wolk-dev', 'wolk', 'xbox', 'xen', 'xfs'
]
-VERSION = '0.3.14'
+VERSION = '0.3.15'
DEBUG = False
FILEPATH = os.path.dirname(os.path.realpath(__file__))
PORTDIR = portage.settings['PORTDIR']