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