File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
2
2
3
- project (Zydis VERSION 3.2.0 .0 LANGUAGES C CXX)
3
+ project (Zydis VERSION 3.2.1 .0 LANGUAGES C CXX)
4
4
5
5
include (GenerateExportHeader)
6
6
include (GNUInstallDirs)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = Zydis
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = v3.2.0
41
+ PROJECT_NUMBER = v3.2.1
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ extern "C" {
66
66
/**
67
67
* A macro that defines the zydis version.
68
68
*/
69
- #define ZYDIS_VERSION (ZyanU64)0x0003000200000000
69
+ #define ZYDIS_VERSION (ZyanU64)0x0003000200010000
70
70
71
71
/* ---------------------------------------------------------------------------------------------- */
72
72
/* Helper macros */
You can’t perform that action at this time.
0 commit comments