Skip to content

Commit

Permalink
Bump version to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Mar 5, 2019
1 parent 0ce6f14 commit b218164
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
include(GenerateExportHeader)
include(GNUInstallDirs)

project(Zydis VERSION 2.0.2)
project(Zydis VERSION 2.0.3)

# =============================================================================================== #
# Overridable options #
Expand Down
2 changes: 1 addition & 1 deletion include/Zydis/Zydis.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ extern "C" {
/**
* @brief A macro that defines the zydis version.
*/
#define ZYDIS_VERSION (ZydisU64)0x0002000000020000
#define ZYDIS_VERSION (ZydisU64)0x0002000000030000

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

0 comments on commit b218164

Please sign in to comment.