Update version and changelog for v0.19.0 release

This commit is contained in:
Oliver Hamlet
2023-01-07 19:21:35 +00:00
parent 614a8d306c
commit 938d5bce57
4 changed files with 63 additions and 7 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 = 18;
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 19;
/** @brief libloot's patch version number. */
inline constexpr unsigned int LIBLOOT_VERSION_PATCH = 3;
inline constexpr unsigned int LIBLOOT_VERSION_PATCH = 0;
/**
* @brief Get the library version.