From 2935ec3de048c3ef895f19d8e04d0f1e699d295e Mon Sep 17 00:00:00 2001 From: Jessica Yu Date: Tue, 11 Oct 2016 11:28:44 -0700 Subject: [PATCH] bump version to 0.3.4 --- contrib/kpatch.spec | 2 +- kpatch/kpatch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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