diff --git a/CMakeLists.txt b/CMakeLists.txt index e7f92275..ac7c28a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) -project(Zydis VERSION 3.1.0.0 LANGUAGES C CXX) +project(Zydis VERSION 3.2.0.0 LANGUAGES C CXX) include(GenerateExportHeader) include(GNUInstallDirs) diff --git a/Doxyfile b/Doxyfile index dc101bb9..a8fc2774 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Zydis # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v3.1.0 +PROJECT_NUMBER = v3.2.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/Zydis/Zydis.h b/include/Zydis/Zydis.h index a0d2d877..19712b0c 100644 --- a/include/Zydis/Zydis.h +++ b/include/Zydis/Zydis.h @@ -66,7 +66,7 @@ extern "C" { /** * A macro that defines the zydis version. */ -#define ZYDIS_VERSION (ZyanU64)0x0003000100000000 +#define ZYDIS_VERSION (ZyanU64)0x0003000200000000 /* ---------------------------------------------------------------------------------------------- */ /* Helper macros */ diff --git a/resources/VersionInfo.rc b/resources/VersionInfo.rc index 36740f17..58db3bb4 100644 Binary files a/resources/VersionInfo.rc and b/resources/VersionInfo.rc differ