From a1cadde8025a63bc131e8624f3b2ee5652b729f3 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 24 Nov 2023 22:05:40 +0100 Subject: [PATCH] 1.5.7 (#16) allow loading reshade either before gmod dll, or loading reshade as d3d9.dll in the game folder --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f663b0..b8fd9e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() set(VERSION_MAJOR 1) set(VERSION_MINOR 5) -set(VERSION_PATCH 6) +set(VERSION_PATCH 7) set(VERSION_TWEAK 0) set(VERSION_RC "${CMAKE_CURRENT_BINARY_DIR}/version.rc")