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 @@ -5,7 +5,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15")
5
5
cmake_policy (SET CMP0091 NEW)
6
6
endif ()
7
7
8
- project (Zydis VERSION 4.0 .0.0 LANGUAGES C)
8
+ project (Zydis VERSION 4.1 .0.0 LANGUAGES C)
9
9
10
10
include (GNUInstallDirs)
11
11
include (CMakePackageConfigHelpers)
Original file line number Diff line number Diff line change 2
2
# per line (i.e. do not split long lines with '\'), and only use '=' to set values
3
3
4
4
PROJECT_NAME = Zydis
5
- PROJECT_NUMBER = v4.0 .0
5
+ PROJECT_NUMBER = v4.1 .0
6
6
OUTPUT_DIRECTORY = ./doc
7
7
INPUT = ./include ./README.md ./files.dox
8
8
JAVADOC_AUTOBRIEF = YES
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ extern "C" {
86
86
/**
87
87
* A macro that defines the zydis version.
88
88
*/
89
- #define ZYDIS_VERSION (ZyanU64)0x0004000000000000
89
+ #define ZYDIS_VERSION (ZyanU64)0x0004000100000000
90
90
91
91
/* ---------------------------------------------------------------------------------------------- */
92
92
/* Helper macros */
You can’t perform that action at this time.
0 commit comments