Update version and changelog for v0.28.0

This commit is contained in:
Oliver Hamlet
2025-08-02 16:36:20 +01:00
parent ff86fdc65d
commit 55bdf56227
13 changed files with 21 additions and 21 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 = 27;
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 28;
/** @brief libloot's patch version number. */
inline constexpr unsigned int LIBLOOT_VERSION_PATCH = 0;