Skip to content

Commit

Permalink
Bump version to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jan 9, 2025
1 parent 288dfff commit 70cc4e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15")
cmake_policy(SET CMP0091 NEW)
endif ()

project(Zydis VERSION 4.1.0.0 LANGUAGES C)
project(Zydis VERSION 4.1.1.0 LANGUAGES C)

include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# per line (i.e. do not split long lines with '\'), and only use '=' to set values

PROJECT_NAME = Zydis
PROJECT_NUMBER = v4.1.0
PROJECT_NUMBER = v4.1.1
OUTPUT_DIRECTORY = ./doc
INPUT = ./include ./README.md ./files.dox
JAVADOC_AUTOBRIEF = YES
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'Zydis',
'c',
version: '4.0.0',
version: '4.1.1',
license: 'MIT',
license_files: 'LICENSE',
meson_version: '>=1.3',
Expand Down
8 changes: 4 additions & 4 deletions resources/VersionInfo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#include "winres.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,1,0,0
PRODUCTVERSION 4,1,0,0
FILEVERSION 4,1,1,0
PRODUCTVERSION 4,1,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -45,12 +45,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "zyantific"
VALUE "FileDescription", "Zyan Disassembler Library"
VALUE "FileVersion", "4.1.0.0"
VALUE "FileVersion", "4.1.1.0"
VALUE "InternalName", "Zydis"
VALUE "LegalCopyright", "Copyright \xA9 2014-2024 by zyantific.com"
VALUE "OriginalFilename", "Zydis.dll"
VALUE "ProductName", "Zyan Disassembler Library"
VALUE "ProductVersion", "4.1.0.0"
VALUE "ProductVersion", "4.1.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 70cc4e3

Please sign in to comment.