diff --git a/CMakeLists.txt b/CMakeLists.txt index 9528b10..60e98a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ option(BUILD_SHARED_LIBS "Build shared library" OFF) SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "1") -SET(LIB_REVISION "0") +SET(LIB_REVISION "1") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") # Build Type diff --git a/include/cram.h b/include/cram.h index a61dcc4..fe12de1 100644 --- a/include/cram.h +++ b/include/cram.h @@ -69,7 +69,7 @@ extern "C" #define CRAM_MAJOR_VERSION 1 #define CRAM_MINOR_VERSION 1 -#define CRAM_PATCH_VERSION 0 +#define CRAM_PATCH_VERSION 1 #define CRAM_COMPILED_VERSION ( \ (CRAM_MAJOR_VERSION * 100 * 100) + \