Skip to content

Commit

Permalink
chore: bump version for Starfield 1.8.86 and SFSE 0.1.6 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored Nov 21, 2023
1 parent 1243030 commit 4c61934
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 @@ -7,7 +7,8 @@ namespace SFSE
constexpr REL::Version RUNTIME_SF_1_7_29(1, 7, 29, 0);
constexpr REL::Version RUNTIME_SF_1_7_33(1, 7, 33, 0);
constexpr REL::Version RUNTIME_SF_1_7_36(1, 7, 36, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_7_36;
constexpr REL::Version RUNTIME_SF_1_8_86(1, 8, 86, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_8_86;

constexpr REL::Version SFSE_PACK_LATEST(0, 1, 5, 0);
constexpr REL::Version SFSE_PACK_LATEST(0, 1, 6, 0);
}

0 comments on commit 4c61934

Please sign in to comment.