From 56377438cc7194bacdf077e06ea7c311c700da26 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 15 Dec 2023 10:32:06 -0800 Subject: [PATCH] 1.0.0 --- CMakeLists.txt | 4 ++-- include/Wellspring.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e682af0..38d9997 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/include/Wellspring.h b/include/Wellspring.h index 71e2133..9ff0715 100644 --- a/include/Wellspring.h +++ b/include/Wellspring.h @@ -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 ( \