diff --git a/CMakeLists.txt b/CMakeLists.txt index 92ef3ca..d5b5e4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "2") +SET(LIB_REVISION "3") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") # Build Type diff --git a/include/Refresh.h b/include/Refresh.h index c3bf0cd..cf4c399 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -56,7 +56,7 @@ extern "C" { #define REFRESH_MAJOR_VERSION 1 #define REFRESH_MINOR_VERSION 15 -#define REFRESH_PATCH_VERSION 2 +#define REFRESH_PATCH_VERSION 3 #define REFRESH_COMPILED_VERSION ( \ (REFRESH_MAJOR_VERSION * 100 * 100) + \