Update changelog and version for 0.27.0

This commit is contained in:
Oliver Hamlet
2025-06-08 20:59:14 +01:00
parent 5e52b30815
commit db9f51a2b2
19 changed files with 69 additions and 27 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 = 26;
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 27;
/** @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.