Skip to content

Commit 4022f22

Browse files
committed
Bump version to v3.2.1
1 parent 330b259 commit 4022f22

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
22

3-
project(Zydis VERSION 3.2.0.0 LANGUAGES C CXX)
3+
project(Zydis VERSION 3.2.1.0 LANGUAGES C CXX)
44

55
include(GenerateExportHeader)
66
include(GNUInstallDirs)

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Zydis
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v3.2.0
41+
PROJECT_NUMBER = v3.2.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

include/Zydis/Zydis.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extern "C" {
6666
/**
6767
* A macro that defines the zydis version.
6868
*/
69-
#define ZYDIS_VERSION (ZyanU64)0x0003000200000000
69+
#define ZYDIS_VERSION (ZyanU64)0x0003000200010000
7070

7171
/* ---------------------------------------------------------------------------------------------- */
7272
/* Helper macros */

resources/VersionInfo.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)