Skip to content

Commit

Permalink
version: bump to 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Casper Andersson <[email protected]>
  • Loading branch information
cappe987 committed Aug 24, 2022
1 parent f8c4ebb commit a0e6a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0)
project(capmon VERSION 1.1)

set(CMAKE_C_FLAGS
"${CMAKE_C_FLAGS} -Wall -Wpedantic -Wextra -Wno-gnu-zero-variadic-macro-arguments"
Expand Down
2 changes: 1 addition & 1 deletion src/capmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int main(int argc, char **argv)
if (err)
goto out;

capmon_print(&capmon);
/*capmon_print(&capmon);*/

/* TODO: proper error handling for background enable? */
switch (capmon.run_mode) {
Expand Down

0 comments on commit a0e6a85

Please sign in to comment.