Skip to content

Commit 0f14756

Browse files
committed
Bump version to v4.1.0
1 parent 3b08fcc commit 0f14756

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
@@ -5,7 +5,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15")
55
cmake_policy(SET CMP0091 NEW)
66
endif ()
77

8-
project(Zydis VERSION 4.0.0.0 LANGUAGES C)
8+
project(Zydis VERSION 4.1.0.0 LANGUAGES C)
99

1010
include(GNUInstallDirs)
1111
include(CMakePackageConfigHelpers)

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# per line (i.e. do not split long lines with '\'), and only use '=' to set values
33

44
PROJECT_NAME = Zydis
5-
PROJECT_NUMBER = v4.0.0
5+
PROJECT_NUMBER = v4.1.0
66
OUTPUT_DIRECTORY = ./doc
77
INPUT = ./include ./README.md ./files.dox
88
JAVADOC_AUTOBRIEF = YES

include/Zydis/Zydis.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extern "C" {
8686
/**
8787
* A macro that defines the zydis version.
8888
*/
89-
#define ZYDIS_VERSION (ZyanU64)0x0004000000000000
89+
#define ZYDIS_VERSION (ZyanU64)0x0004000100000000
9090

9191
/* ---------------------------------------------------------------------------------------------- */
9292
/* Helper macros */

resources/VersionInfo.rc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)