diff --git a/contrib/kpatch.spec b/contrib/kpatch.spec index eaf05c64d..8e1d81bcc 100644 --- a/contrib/kpatch.spec +++ b/contrib/kpatch.spec @@ -1,6 +1,6 @@ Name: kpatch Summary: Dynamic kernel patching -Version: 0.3.3 +Version: 0.3.4 License: GPLv2 Group: System Environment/Kernel URL: http://github.com/dynup/kpatch diff --git a/kpatch/kpatch b/kpatch/kpatch index af2b2187c..ad593165c 100755 --- a/kpatch/kpatch +++ b/kpatch/kpatch @@ -25,7 +25,7 @@ INSTALLDIR=/var/lib/kpatch SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))" -VERSION="0.3.3" +VERSION="0.3.4" usage_cmd() { printf ' %-20s\n %s\n' "$1" "$2" >&2