diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aeaf86..e91bccf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ option(BUILD_CLI "Build command line executable" ON) option(BUILD_SHARED_LIBS "Build shared library" OFF) SET(LIB_MAJOR_VERSION "1") -SET(LIB_MINOR_VERSION "0") +SET(LIB_MINOR_VERSION "1") SET(LIB_REVISION "0") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") diff --git a/include/cram.h b/include/cram.h index 9ff0d3a..a61dcc4 100644 --- a/include/cram.h +++ b/include/cram.h @@ -68,7 +68,7 @@ extern "C" #endif /* __cplusplus */ #define CRAM_MAJOR_VERSION 1 -#define CRAM_MINOR_VERSION 0 +#define CRAM_MINOR_VERSION 1 #define CRAM_PATCH_VERSION 0 #define CRAM_COMPILED_VERSION ( \