Skip to content

Commit 79aebb6

Browse files
committed
chore: bump versions
1 parent f02fe29 commit 79aebb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.21)
33
project(
44
# gersemi: ignore
55
CommunityShaders
6-
VERSION 1.4.5
6+
VERSION 1.4.6
77
LANGUAGES CXX
88
)
99

src/ShaderCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <BS_thread_pool.hpp>
44
#include <efsw/efsw.hpp>
55

6-
static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 40 };
6+
static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 41 };
77

88
using namespace std::chrono;
99

0 commit comments

Comments
 (0)