Skip to content

Commit

Permalink
Add 1.6.1130 to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Exit-9B committed Dec 6, 2023
1 parent c170295 commit f4e85c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/SKSE/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ namespace SKSE
inline constexpr REL::Version RUNTIME_1_6_640(1, 6, 640, 0);
inline constexpr REL::Version RUNTIME_1_6_659(1, 6, 659, 0);
inline constexpr REL::Version RUNTIME_1_6_678(1, 6, 678, 0);
inline constexpr REL::Version RUNTIME_1_6_1130(1, 6, 1130, 0);

inline constexpr REL::Version RUNTIME_VR_1_4_15(1, 4, 15, 0);
inline constexpr REL::Version RUNTIME_VR_1_4_15_1(1, 4, 15, 1);

inline constexpr auto RUNTIME_LATEST = RUNTIME_1_6_640; // latest for steam
inline constexpr auto RUNTIME_LATEST = RUNTIME_1_6_1130; // latest for steam
}

0 comments on commit f4e85c8

Please sign in to comment.