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

pull/2/head 1.1.0
cosmonaut 2023-08-22 10:51:39 -07:00
parent 613fffcf6b
commit fe1f334223
2 changed files with 2 additions and 2 deletions

View File

@ -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}")

View File

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