From c0070c2c18ab6e5b10ec00e66dcf5128f71b3f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Dejerud=20R=C3=A5dstam?= <68670981+FlenarnDev@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:52:54 +0100 Subject: [PATCH] feat: Add latest F4SE runtime. (#56) Co-authored-by: Flenarn --- include/F4SE/Version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/F4SE/Version.h b/include/F4SE/Version.h index 8fece99a..88a0eaa7 100644 --- a/include/F4SE/Version.h +++ b/include/F4SE/Version.h @@ -55,6 +55,7 @@ namespace F4SE inline constexpr REL::Version RUNTIME_1_10_980{ 1, 10, 980, 0 }; inline constexpr REL::Version RUNTIME_1_10_984{ 1, 10, 984, 0 }; inline constexpr REL::Version RUNTIME_1_11_137{ 1, 11, 137, 0 }; + inline constexpr REL::Version RUNTIME_1_11_159{ 1, 11, 159, 0 }; - inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_137; + inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_159; }