Skip to content

Commit 74620ee

Browse files
committed
Bump version to v1.5.0
1 parent a2fc93e commit 74620ee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15")
99
cmake_policy(SET CMP0091 NEW)
1010
endif ()
1111

12-
project(Zycore VERSION 1.4.0.0 LANGUAGES C)
12+
project(Zycore VERSION 1.5.0.0 LANGUAGES C)
1313

1414
include(GNUInstallDirs)
1515
include(CMakePackageConfigHelpers)

include/Zycore/Zycore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

resources/VersionInfo.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#include "winres.h"
2828

2929
VS_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"

0 commit comments

Comments
 (0)