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

pull/42/head 1.13.0
cosmonaut 2023-04-18 23:43:59 -07:00
parent 0f29bf03e9
commit 4df0459b04
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared library" ON)
# Version
SET(LIB_MAJOR_VERSION "1")
SET(LIB_MINOR_VERSION "12")
SET(LIB_MINOR_VERSION "13")
SET(LIB_REVISION "0")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

View File

@ -55,7 +55,7 @@ extern "C" {
/* Version API */
#define REFRESH_MAJOR_VERSION 1
#define REFRESH_MINOR_VERSION 12
#define REFRESH_MINOR_VERSION 13
#define REFRESH_PATCH_VERSION 0
#define REFRESH_COMPILED_VERSION ( \