Merge pull request #609 from jpoimboe/v0.3.3

bump version to 0.3.3
This commit is contained in:
Josh Poimboeuf 2016-08-19 13:40:18 -04:00 committed by GitHub
commit fa557bd11d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: kpatch
Summary: Dynamic kernel patching
Version: 0.3.2
Version: 0.3.3
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.2"
VERSION="0.3.3"
usage_cmd() {
printf ' %-20s\n %s\n' "$1" "$2" >&2