1.1.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

main 1.1.1
cosmonaut 2023-10-06 15:12:25 -07:00
parent 8c32994d4f
commit 08ac44514e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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) + \