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