Skip to content

Commit fa557bd

Browse files
authored
Merge pull request #609 from jpoimboe/v0.3.3
bump version to 0.3.3
2 parents 835fc04 + 6645f8e commit fa557bd

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

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

0 commit comments

Comments
 (0)