Skip to content

Commit 62834b8

Browse files
committed
chore: bump versions
1 parent 5828c61 commit 62834b8

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
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
22

33
project(
44
CommunityShaders
5-
VERSION 1.4.1
5+
VERSION 1.4.2
66
LANGUAGES CXX
77
)
88

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, 37 };
6+
static constexpr REL::Version SHADER_CACHE_VERSION = { 0, 0, 0, 38 };
77

88
using namespace std::chrono;
99

0 commit comments

Comments
 (0)