Skip to content

Commit 5981920

Browse files
committed
Bump version to v1.4.0
1 parent 4bc563f commit 5981920

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif ()
44

55
cmake_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

99
include(GNUInstallDirs)
1010
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)0x0001000300000000
54+
#define ZYCORE_VERSION (ZyanU64)0x0001000400000000
5555

5656
/* ---------------------------------------------------------------------------------------------- */
5757
/* Helper macros */

resources/VersionInfo.rc

Lines changed: 4 additions & 4 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,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"

0 commit comments

Comments
 (0)