File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.9 FATAL_ERROR)
66
7- project (Zycore VERSION 1.3 .0.0 LANGUAGES C)
7+ project (Zycore VERSION 1.4 .0.0 LANGUAGES C)
88
99include (GNUInstallDirs)
1010include (CMakePackageConfigHelpers)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ extern "C" {
5151/**
5252 * A macro that defines the zycore version.
5353 */
54- #define ZYCORE_VERSION (ZyanU64)0x0001000300000000
54+ #define ZYCORE_VERSION (ZyanU64)0x0001000400000000
5555
5656/* ---------------------------------------------------------------------------------------------- */
5757/* Helper macros */
Original file line number Diff line number Diff line change 2727#include "winres.h"
2828
2929VS_VERSION_INFO VERSIONINFO
30- FILEVERSION 1,3 ,0,0
31- PRODUCTVERSION 1,3 ,0,0
30+ FILEVERSION 1,4 ,0,0
31+ PRODUCTVERSION 1,4 ,0,0
3232 FILEFLAGSMASK 0x3fL
3333#ifdef _DEBUG
3434 FILEFLAGS 0x1L
@@ -45,12 +45,12 @@ BEGIN
4545 BEGIN
4646 VALUE "CompanyName", "zyantific"
4747 VALUE "FileDescription", "Zyan Core Library for C"
48- VALUE "FileVersion", "1.3 .0.0"
48+ VALUE "FileVersion", "1.4 .0.0"
4949 VALUE "InternalName", "Zycore"
5050 VALUE "LegalCopyright", "Copyright © 2018-2022 by zyantific.com"
5151 VALUE "OriginalFilename", "Zycore.dll"
5252 VALUE "ProductName", "Zyan Core Library for C"
53- VALUE "ProductVersion", "1.3 .0.0"
53+ VALUE "ProductVersion", "1.4 .0.0"
5454 END
5555 END
5656 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments