bump version to 0.3.4

This commit is contained in:
Jessica Yu 2016-10-11 11:28:44 -07:00
parent 7e00c94c4f
commit 2935ec3de0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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