mirror of
https://github.com/loot/libloot-python.git
synced 2026-07-27 14:14:13 -07:00
Update wrapper version to 3.1.1
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
namespace loot {
|
||||
const unsigned int WrapperVersion::major = 3;
|
||||
const unsigned int WrapperVersion::minor = 1;
|
||||
const unsigned int WrapperVersion::patch = 0;
|
||||
const unsigned int WrapperVersion::patch = 1;
|
||||
const std::string WrapperVersion::revision = "@GIT_COMMIT_STRING@";
|
||||
|
||||
std::string WrapperVersion::string() {
|
||||
|
||||
Reference in New Issue
Block a user