diff --git a/CMakeLists.txt b/CMakeLists.txt index b593c3c..63cf3bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ endif () cmake_minimum_required(VERSION 3.9 FATAL_ERROR) -project(Zycore VERSION 1.3.0.0 LANGUAGES C) +project(Zycore VERSION 1.4.0.0 LANGUAGES C) include(GNUInstallDirs) include(CMakePackageConfigHelpers) diff --git a/include/Zycore/Zycore.h b/include/Zycore/Zycore.h index 2b84728..d488aad 100644 --- a/include/Zycore/Zycore.h +++ b/include/Zycore/Zycore.h @@ -51,7 +51,7 @@ extern "C" { /** * A macro that defines the zycore version. */ -#define ZYCORE_VERSION (ZyanU64)0x0001000300000000 +#define ZYCORE_VERSION (ZyanU64)0x0001000400000000 /* ---------------------------------------------------------------------------------------------- */ /* Helper macros */ diff --git a/resources/VersionInfo.rc b/resources/VersionInfo.rc index 6ddc9ae..0b9f0ea 100644 --- a/resources/VersionInfo.rc +++ b/resources/VersionInfo.rc @@ -27,8 +27,8 @@ #include "winres.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,0,0 - PRODUCTVERSION 1,3,0,0 + FILEVERSION 1,4,0,0 + PRODUCTVERSION 1,4,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -45,12 +45,12 @@ BEGIN BEGIN VALUE "CompanyName", "zyantific" VALUE "FileDescription", "Zyan Core Library for C" - VALUE "FileVersion", "1.3.0.0" + VALUE "FileVersion", "1.4.0.0" VALUE "InternalName", "Zycore" VALUE "LegalCopyright", "Copyright © 2018-2022 by zyantific.com" VALUE "OriginalFilename", "Zycore.dll" VALUE "ProductName", "Zyan Core Library for C" - VALUE "ProductVersion", "1.3.0.0" + VALUE "ProductVersion", "1.4.0.0" END END BLOCK "VarFileInfo"