Update version and changelogs for v0.18.0 release

This commit is contained in:
Oliver Hamlet
2022-02-27 10:20:29 +00:00
parent 24f2635d2c
commit 632b85ce78
4 changed files with 122 additions and 6 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 = 17;
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 18;
/** @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.