From eae5980dbe18859ece5cc2402dfff350b7fe42e2 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 30 Jun 2022 16:19:02 -0700 Subject: [PATCH] 0.3.0 --- CMakeLists.txt | 2 +- include/Wellspring.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c881c2..84aacb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ option(BUILD_SHARED_LIBS "Build shared library" ON) option(USE_SDL2 "Use SDL2" ON) SET(LIB_MAJOR_VERSION "0") -SET(LIB_MINOR_VERSION "2") +SET(LIB_MINOR_VERSION "3") 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 e198334..56295a0 100644 --- a/include/Wellspring.h +++ b/include/Wellspring.h @@ -49,7 +49,7 @@ extern "C" /* Version API */ #define WELLSPRING_MAJOR_VERSION 0 -#define WELLSPRING_MINOR_VERSION 2 +#define WELLSPRING_MINOR_VERSION 3 #define WELLSPRING_PATCH_VERSION 0 #define WELLSPRING_COMPILED_VERSION ( \