diff --git a/7zpp/7zpp.h b/7zpp/7zpp.h index c93d4a1..035d226 100644 --- a/7zpp/7zpp.h +++ b/7zpp/7zpp.h @@ -6,7 +6,7 @@ #include "SevenZipLister.h" // Version of this library -#define SEVENZIP_VERSION L"201601016.1" +#define SEVENZIP_VERSION L"0.2.0-20160117.1" #define SEVENZIP_BRANCH L"master" #ifdef _DEBUG diff --git a/Include/7zpp/7zpp.h b/Include/7zpp/7zpp.h index e774e5e..9a4c535 100644 --- a/Include/7zpp/7zpp.h +++ b/Include/7zpp/7zpp.h @@ -34,7 +34,7 @@ #include "SevenZipLister.h" // Version of this library -#define SEVENZIP_VERSION L"201601016.1" +#define SEVENZIP_VERSION L"0.2.0-20160117.1" #define SEVENZIP_BRANCH L"master" #include "HideWindowsPlatformTypes.h"