Merge pull request #689 from jpoimboe/0.4

bump version to 0.4.0
This commit is contained in:
Josh Poimboeuf 2017-03-13 14:10:18 -05:00 committed by GitHub
commit 810f924382
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: kpatch
Summary: Dynamic kernel patching
Version: 0.3.4
Version: 0.4.0
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch

View File

@ -25,7 +25,7 @@
INSTALLDIR=/var/lib/kpatch
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
VERSION="0.3.4"
VERSION="0.4.0"
# Livepatch is built into the kernel, if it's not present
# we must use kpatch core module.