Skip to content

Commit 4e1a596

Browse files
author
Jessica Yu
authored
Merge pull request #611 from flaming-toast/v0.3.4
bump version to 0.3.4
2 parents 7e00c94 + 2935ec3 commit 4e1a596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: contrib/kpatch.spec

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

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.3.3"
28+
VERSION="0.3.4"
2929

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

0 commit comments

Comments
 (0)