From 8e8aa62852d3dfc5238ead819859db0501832e3c Mon Sep 17 00:00:00 2001 From: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:41:19 -0700 Subject: [PATCH] chore: bump Starfield and SFSE versions (#42) --- CommonLibSF/include/SFSE/Version.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CommonLibSF/include/SFSE/Version.h b/CommonLibSF/include/SFSE/Version.h index 9f4dee5f..03252d36 100644 --- a/CommonLibSF/include/SFSE/Version.h +++ b/CommonLibSF/include/SFSE/Version.h @@ -4,7 +4,8 @@ namespace SFSE { constexpr REL::Version RUNTIME_SF_1_6_35(1, 6, 35, 0); constexpr REL::Version RUNTIME_SF_1_7_23(1, 7, 23, 0); - constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_7_23; + constexpr REL::Version RUNTIME_SF_1_7_29(1, 7, 29, 0); + constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_7_29; - constexpr REL::Version SFSE_PACK_LATEST(0, 1, 0, 0); + constexpr REL::Version SFSE_PACK_LATEST(0, 1, 1, 0); } // namespace SFSE