Skip to content

Commit

Permalink
Bump version to v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Oct 16, 2021
1 parent c372069 commit 746faa4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

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

include(GenerateExportHeader)
include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
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.1.0
PROJECT_NUMBER = v3.2.0

# 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
Expand Up @@ -66,7 +66,7 @@ extern "C" {
/**
* A macro that defines the zydis version.
*/
#define ZYDIS_VERSION (ZyanU64)0x0003000100000000
#define ZYDIS_VERSION (ZyanU64)0x0003000200000000

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

0 comments on commit 746faa4

Please sign in to comment.