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

pull/48/head 1.15.1
cosmonaut 2023-10-12 11:18:37 -07:00
parent d69bbbe818
commit 34b2e437de
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -56,7 +56,7 @@ extern "C" {
#define REFRESH_MAJOR_VERSION 1
#define REFRESH_MINOR_VERSION 15
#define REFRESH_PATCH_VERSION 0
#define REFRESH_PATCH_VERSION 1
#define REFRESH_COMPILED_VERSION ( \
(REFRESH_MAJOR_VERSION * 100 * 100) + \