1.0.0
parent
8388706d6d
commit
eff2d11a8e
|
@ -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}")
|
||||
|
||||
|
|
|
@ -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 ( \
|
||||
|
|
Loading…
Reference in New Issue