From 28b4253fdf1dcca24cbbe1ef7f42de9a59882400 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 4 Jan 2023 11:18:37 -0800 Subject: [PATCH] 1.10.0 --- CMakeLists.txt | 2 +- include/Refresh.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b9a7cb..073fca8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared library" ON) # Version SET(LIB_MAJOR_VERSION "1") -SET(LIB_MINOR_VERSION "9") +SET(LIB_MINOR_VERSION "10") SET(LIB_REVISION "0") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") diff --git a/include/Refresh.h b/include/Refresh.h index 8a3408b..9a1d361 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -55,7 +55,7 @@ extern "C" { /* Version API */ #define REFRESH_MAJOR_VERSION 1 -#define REFRESH_MINOR_VERSION 9 +#define REFRESH_MINOR_VERSION 10 #define REFRESH_PATCH_VERSION 0 #define REFRESH_COMPILED_VERSION ( \ @@ -759,7 +759,7 @@ REFRESHAPI Refresh_Buffer* Refresh_CreateBuffer( /* Uploads image data to a texture object. * - * NOTE: + * NOTE: * DO NOT expect this to execute in sequence relative to other commands! * Calling SetTextureData in a command buffer that also references the * texture may result in undefined behavior.