Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion include/F4SE/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ namespace F4SE
inline constexpr REL::Version RUNTIME_1_10_980{ 1, 10, 980, 0 };
inline constexpr REL::Version RUNTIME_1_10_984{ 1, 10, 984, 0 };
inline constexpr REL::Version RUNTIME_1_11_137{ 1, 11, 137, 0 };
inline constexpr REL::Version RUNTIME_1_11_159{ 1, 11, 159, 0 };

inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_137;
inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_159;
}