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 ( \