mirror of
https://github.com/loot/libloot-python.git
synced 2026-07-27 14:14:13 -07:00
Update wrapper version to 2.0.0
This commit is contained in:
@@ -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@";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user