File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15")
99 cmake_policy (SET CMP0091 NEW)
1010endif ()
1111
12- project (Zycore VERSION 1.4 .0.0 LANGUAGES C)
12+ project (Zycore VERSION 1.5 .0.0 LANGUAGES C)
1313
1414include (GNUInstallDirs)
1515include (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)0x0001000400010000
54+ #define ZYCORE_VERSION (ZyanU64)0x0001000500000000
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,4,1 ,0
31- PRODUCTVERSION 1,4,1 ,0
30+ FILEVERSION 1,5,0 ,0
31+ PRODUCTVERSION 1,5,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.4.1 .0"
48+ VALUE "FileVersion", "1.5.0 .0"
4949 VALUE "InternalName", "Zycore"
50- VALUE "LegalCopyright", "Copyright © 2018-2022 by zyantific.com"
50+ VALUE "LegalCopyright", "Copyright © 2018-2024 by zyantific.com"
5151 VALUE "OriginalFilename", "Zycore.dll"
5252 VALUE "ProductName", "Zyan Core Library for C"
53- VALUE "ProductVersion", "1.4.1 .0"
53+ VALUE "ProductVersion", "1.5.0 .0"
5454 END
5555 END
5656 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments