Skip to content

Commit

Permalink
KernelShark: Version 2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yordan Karadzhov <[email protected]>
  • Loading branch information
yordan-karadzhov committed Mar 20, 2024
1 parent 5b428e3 commit c271324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(kernel-shark)
set(KS_APP_NAME "kernelshark")
set(KS_VERSION_MAJOR 2)
set(KS_VERSION_MINOR 3)
set(KS_VERSION_PATCH 0)
set(KS_VERSION_PATCH 1)
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 c271324

Please sign in to comment.