Skip to content

Commit 9a7a103

Browse files
committed
0.2.0 release
ABI breakage b/w core module <-> patch module: 6a69f5f
1 parent aee8c44 commit 9a7a103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/kpatch.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: kpatch
22
Summary: Dynamic kernel patching
3-
Version: 0.1.10
3+
Version: 0.2.0
44
License: GPLv2
55
Group: System Environment/Kernel
66
URL: http://github.com/dynup/kpatch

kpatch/kpatch

Lines changed: 1 addition & 1 deletion
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.1.10"
28+
VERSION="0.2.0"
2929

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

0 commit comments

Comments
 (0)