Update wrapper version to 3.1.1

This commit is contained in:
Oliver Hamlet
2018-05-12 21:50:30 +01:00
parent d00c59b7b2
commit f97de90e02
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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() {