Skip to content

Commit 6a2b4bb

Browse files
committed
0.1.10 release
1 parent aa6f510 commit 6a2b4bb

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.9
3+
Version: 0.1.10
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.9"
28+
VERSION="0.1.10"
2929

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

0 commit comments

Comments
 (0)