Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
project(
# gersemi: ignore
CommunityShaders
VERSION 1.4.6
VERSION 1.4.7
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion src/ShaderCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <BS_thread_pool.hpp>
#include <efsw/efsw.hpp>

static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 41 };
static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 42 };

using namespace std::chrono;

Expand Down