Skip to content

Commit

Permalink
chore: bump Starfield and SFSE versions (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Sep 13, 2023
1 parent d682f3a commit 8e8aa62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CommonLibSF/include/SFSE/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e8aa62

Please sign in to comment.