Update version and changelogs for v0.22.0 release

This commit is contained in:
Oliver Hamlet
2023-09-29 17:15:38 +01:00
parent 7ec5bc1ec0
commit 8a21b8321b
3 changed files with 43 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ namespace loot {
inline constexpr unsigned int LIBLOOT_VERSION_MAJOR = 0;
/** @brief libloot's minor version number. */
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 21;
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 22;
/** @brief libloot's patch version number. */
inline constexpr unsigned int LIBLOOT_VERSION_PATCH = 0;