Merge pull request #472 from jpoimboe/0.2.2

bump version to 0.2.2
This commit is contained in:
Josh Poimboeuf 2014-12-03 09:03:24 -06:00
commit f817265c5a
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: kpatch
Summary: Dynamic kernel patching
Version: 0.2.1
Version: 0.2.2
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch
@ -95,6 +95,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*
%changelog
* Wed Dec 3 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.2.2-1
- rebased to current version
* Tue Sep 2 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.2.1-1
- rebased to current version

View File

@ -25,7 +25,7 @@
INSTALLDIR=/var/lib/kpatch
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
VERSION="0.2.1"
VERSION="0.2.2"
usage_cmd() {
printf ' %-20s\n %s\n' "$1" "$2" >&2