Set version to v0.29.0

This commit is contained in:
Oliver Hamlet
2026-02-04 21:18:04 +00:00
parent 503b8e74bb
commit 7de8bdb3a8
13 changed files with 22 additions and 22 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 = 28;
inline constexpr unsigned int LIBLOOT_VERSION_MINOR = 29;
/** @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.