From 95d6cab0c9ef46fefd2e45d33d910e4897bb1eef Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Wed, 6 Dec 2023 13:33:24 +0100 Subject: [PATCH] Updated EnderalSteam.dll version --- SKSE/Plugins/EnderalSteam.dll | 2 +- source/Steam DLL/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SKSE/Plugins/EnderalSteam.dll b/SKSE/Plugins/EnderalSteam.dll index c98a7650..80ae373d 100644 --- a/SKSE/Plugins/EnderalSteam.dll +++ b/SKSE/Plugins/EnderalSteam.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6c308b94e95f7be711709d2de4f73755869b061d545b121aa30790d77dc4c52 +oid sha256:7403f3f17f5fd19ee9f2ff71b94b07fdc1660843ddf0d399d9d0cd527c25b9a2 size 622592 diff --git a/source/Steam DLL/CMakeLists.txt b/source/Steam DLL/CMakeLists.txt index 1a739e20..7ea7fec3 100644 --- a/source/Steam DLL/CMakeLists.txt +++ b/source/Steam DLL/CMakeLists.txt @@ -6,7 +6,7 @@ message("Using toolchain file ${CMAKE_TOOLCHAIN_FILE}.") ######################################################################################################################## project( EnderalSteam - VERSION 1.0.2 + VERSION 2.1.0 DESCRIPTION "Enderal SE Steam Support" LANGUAGES CXX) set(CMAKE_CXX_STANDARD 23)