Merge pull request #369 from jpoimboe/0.2.0

0.2.0 release
This commit is contained in:
Josh Poimboeuf 2014-08-20 11:09:38 -05:00
commit 688a03d8b6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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