Merge pull request #341 from jpoimboe/0.1.10

0.1.10 release
This commit is contained in:
Josh Poimboeuf 2014-07-31 11:23:49 -05:00
commit 6ed046f1c2
2 changed files with 2 additions and 2 deletions

View File

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