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

main 1.0.0
cosmonaut 2023-12-15 10:32:06 -08:00
parent ab238503a3
commit 56377438cc
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ project(Wellspring C)
option(BUILD_SHARED_LIBS "Build shared library" ON)
option(USE_SDL2 "Use SDL2" ON)
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

@ -48,8 +48,8 @@ extern "C"
/* Version API */
#define WELLSPRING_MAJOR_VERSION 0
#define WELLSPRING_MINOR_VERSION 3
#define WELLSPRING_MAJOR_VERSION 1
#define WELLSPRING_MINOR_VERSION 0
#define WELLSPRING_PATCH_VERSION 0
#define WELLSPRING_COMPILED_VERSION ( \