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

pull/2/head 1.0.0
cosmonaut 2023-05-27 17:06:45 -07:00
parent 8388706d6d
commit eff2d11a8e
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ project(Cram C)
option(BUILD_CLI "Build command line executable" ON)
option(BUILD_SHARED_LIBS "Build shared library" OFF)
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "3")
SET(LIB_MAJOR_VERSION "1")
SET(LIB_MINOR_VERSION "0")
SET(LIB_REVISION "0")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

View File

@ -67,8 +67,8 @@ extern "C"
{
#endif /* __cplusplus */
#define CRAM_MAJOR_VERSION 0
#define CRAM_MINOR_VERSION 1
#define CRAM_MAJOR_VERSION 1
#define CRAM_MINOR_VERSION 0
#define CRAM_PATCH_VERSION 0
#define CRAM_COMPILED_VERSION ( \