Update wrapper version to 2.0.0

This commit is contained in:
Oliver Hamlet
2017-05-13 08:46:04 +01:00
parent a94fb19bde
commit abbc0892fd
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
#include "wrapper_version.h"
namespace loot {
const unsigned int WrapperVersion::major = 1;
const unsigned int WrapperVersion::minor = 2;
const unsigned int WrapperVersion::major = 2;
const unsigned int WrapperVersion::minor = 0;
const unsigned int WrapperVersion::patch = 0;
const std::string WrapperVersion::revision = "@GIT_COMMIT_STRING@";