Skip to content

Commit

Permalink
kernel-shark: Version 0.9.8
Browse files Browse the repository at this point in the history
Signen-off-by: Steven Rostedt (VMware) <[email protected]>
  • Loading branch information
rostedt committed Jan 21, 2019
1 parent 0fde9e3 commit bbdb02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel-shark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(kernel-shark)

set(KS_VERSION_MAJOR 0)
set(KS_VERSION_MINOR 9)
set(KS_VERSION_PATCH 0)
set(KS_VERSION_PATCH 8)
set(KS_VERSION_STRING ${KS_VERSION_MAJOR}.${KS_VERSION_MINOR}.${KS_VERSION_PATCH})
message("\n project: Kernel Shark: (version: ${KS_VERSION_STRING})\n")

Expand Down

0 comments on commit bbdb02e

Please sign in to comment.