mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Set version to v0.29.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user