We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc5202 commit 7a6c9c0Copy full SHA for 7a6c9c0
1 file changed
include/F4SE/Version.h
@@ -56,6 +56,7 @@ namespace F4SE
56
inline constexpr REL::Version RUNTIME_1_10_984{ 1, 10, 984, 0 };
57
inline constexpr REL::Version RUNTIME_1_11_137{ 1, 11, 137, 0 };
58
inline constexpr REL::Version RUNTIME_1_11_159{ 1, 11, 159, 0 };
59
+ inline constexpr REL::Version RUNTIME_1_11_169{ 1, 11, 169, 0 };
60
- inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_159;
61
+ inline constexpr auto RUNTIME_LATEST = RUNTIME_1_11_169;
62
}
0 commit comments