Skip to content

Commit f817265

Browse files
committed
Merge pull request #472 from jpoimboe/0.2.2
bump version to 0.2.2
2 parents 7fed248 + 874c438 commit f817265

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: contrib/kpatch.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: kpatch
22
Summary: Dynamic kernel patching
3-
Version: 0.2.1
3+
Version: 0.2.2
44
License: GPLv2
55
Group: System Environment/Kernel
66
URL: http://github.com/dynup/kpatch
@@ -95,6 +95,9 @@ rm -rf %{buildroot}
9595
%{_mandir}/man1/kpatch-build.1*
9696

9797
%changelog
98+
* Wed Dec 3 2014 Josh Poimboeuf <[email protected]> - 0.2.2-1
99+
- rebased to current version
100+
98101
* Tue Sep 2 2014 Josh Poimboeuf <[email protected]> - 0.2.1-1
99102
- rebased to current version
100103

Diff for: kpatch/kpatch

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
INSTALLDIR=/var/lib/kpatch
2727
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
28-
VERSION="0.2.1"
28+
VERSION="0.2.2"
2929

3030
usage_cmd() {
3131
printf ' %-20s\n %s\n' "$1" "$2" >&2

0 commit comments

Comments
 (0)