Skip to content

Commit

Permalink
Bump version to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Nov 6, 2021
1 parent 330b259 commit 4022f22
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

project(Zydis VERSION 3.2.0.0 LANGUAGES C CXX)
project(Zydis VERSION 3.2.1.0 LANGUAGES C CXX)

include(GenerateExportHeader)
include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
PROJECT_NUMBER = v3.2.1

# 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
Expand Down
2 changes: 1 addition & 1 deletion include/Zydis/Zydis.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extern "C" {
/**
* A macro that defines the zydis version.
*/
#define ZYDIS_VERSION (ZyanU64)0x0003000200000000
#define ZYDIS_VERSION (ZyanU64)0x0003000200010000

/* ---------------------------------------------------------------------------------------------- */
/* Helper macros */
Expand Down
Binary file modified resources/VersionInfo.rc
Binary file not shown.

0 comments on commit 4022f22

Please sign in to comment.