Update version and changelogs for v0.21 release

This commit is contained in:
Oliver Hamlet
2023-08-30 19:57:06 +01:00
parent dc8bb0f854
commit 0a7efcb4d3
5 changed files with 69 additions and 9 deletions
+2 -2
View File
@@ -34,10 +34,10 @@ namespace loot {
inline constexpr unsigned int LIBLOOT_VERSION_MAJOR = 0;
/** @brief libloot's minor version number. */
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 19;
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 21;
/** @brief libloot's patch version number. */
inline constexpr unsigned int LIBLOOT_VERSION_PATCH = 4;
inline constexpr unsigned int LIBLOOT_VERSION_PATCH = 0;
/**
* @brief Get the library version.