From 87b5061d4c9649d0fa281ff47580c09394351107 Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Tue, 19 Nov 2024 09:35:20 -0700 Subject: [PATCH 1/2] chore: bump version --- include/SFSE/Version.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/SFSE/Version.h b/include/SFSE/Version.h index 5fb9ccf8..c59ffc10 100644 --- a/include/SFSE/Version.h +++ b/include/SFSE/Version.h @@ -18,7 +18,8 @@ namespace SFSE constexpr REL::Version RUNTIME_SF_1_12_36(1, 12, 36, 0); constexpr REL::Version RUNTIME_SF_1_13_61(1, 13, 61, 0); constexpr REL::Version RUNTIME_SF_1_14_70(1, 14, 70, 0); - constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_14_70; + constexpr REL::Version RUNTIME_SF_1_14_74(1, 14, 74, 0); + constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_14_74; - constexpr REL::Version SFSE_PACK_LATEST(0, 2, 13, 0); + constexpr REL::Version SFSE_PACK_LATEST(0, 2, 14, 0); } From 6453dfa1479ddd6aae4b732220deebfb33dbd5fc Mon Sep 17 00:00:00 2001 From: shad0wshayd3 Date: Tue, 19 Nov 2024 21:11:51 +0000 Subject: [PATCH 2/2] chore: bump SFSE latest to correct version --- include/SFSE/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFSE/Version.h b/include/SFSE/Version.h index c59ffc10..55ac0243 100644 --- a/include/SFSE/Version.h +++ b/include/SFSE/Version.h @@ -21,5 +21,5 @@ namespace SFSE constexpr REL::Version RUNTIME_SF_1_14_74(1, 14, 74, 0); constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_14_74; - constexpr REL::Version SFSE_PACK_LATEST(0, 2, 14, 0); + constexpr REL::Version SFSE_PACK_LATEST(0, 2, 16, 0); }