Skip to content

Commit

Permalink
Only require CMake 3.1 (for Conan)
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Mar 3, 2022
1 parent fe4f948 commit 7c2f61a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.1)
project(pbtools C)
add_library(pbtools src/pbtools.c)
target_include_directories(pbtools PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion lib/include/pbtools.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extern "C" {{
#include <stdbool.h>
#include <string.h>

#define PBTOOLS_VERSION "0.43.0"
#define PBTOOLS_VERSION "0.44.0"

/* Compile time configuration. */

Expand Down
2 changes: 1 addition & 1 deletion pbtools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.43.0'
__version__ = '0.44.0'

0 comments on commit 7c2f61a

Please sign in to comment.