Skip to content

Commit

Permalink
version: bump to 1.2
Browse files Browse the repository at this point in the history
This is mainly a version bump just to have a point before the big
transition to libbpf.

Signed-off-by: Casper Andersson <[email protected]>
  • Loading branch information
cappe987 committed Oct 17, 2022
1 parent eb25a2a commit 2d92df7
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 @@ -3,7 +3,7 @@

cmake_minimum_required(VERSION 3.12)

project(capmon VERSION 1.1)
project(capmon VERSION 1.2)

set(CMAKE_C_FLAGS
"${CMAKE_C_FLAGS} -Wall -Wpedantic -Wextra -Wno-gnu-zero-variadic-macro-arguments"
Expand Down

0 comments on commit 2d92df7

Please sign in to comment.