From b2183d372eb5bc11cea0505b5cdb35afc457f8bc Mon Sep 17 00:00:00 2001 From: Tim <15017472+doodlum@users.noreply.github.com> Date: Sat, 7 Dec 2024 18:36:52 +0000 Subject: [PATCH] chore: update version to 1.0.1 --- CMakeLists.txt | 2 +- src/ShaderCache.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c01b4b056..ad3c45396 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21) project( CommunityShaders - VERSION 1.0.0 + VERSION 1.0.1 LANGUAGES CXX ) diff --git a/src/ShaderCache.h b/src/ShaderCache.h index 7fca89607..b1cf123ca 100644 --- a/src/ShaderCache.h +++ b/src/ShaderCache.h @@ -9,7 +9,7 @@ #include #include -static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 20 }; +static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 21 }; using namespace std::chrono;