From 74620eefd233bec20daeb66e78e744ff06e273b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sun, 4 Feb 2024 20:38:53 +0100 Subject: [PATCH] Bump version to v1.5.0 --- CMakeLists.txt | 2 +- include/Zycore/Zycore.h | 2 +- resources/VersionInfo.rc | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0634d13..a8cf1ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15") cmake_policy(SET CMP0091 NEW) endif () -project(Zycore VERSION 1.4.0.0 LANGUAGES C) +project(Zycore VERSION 1.5.0.0 LANGUAGES C) include(GNUInstallDirs) include(CMakePackageConfigHelpers) diff --git a/include/Zycore/Zycore.h b/include/Zycore/Zycore.h index adfeff0..f73b8be 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)0x0001000400010000 +#define ZYCORE_VERSION (ZyanU64)0x0001000500000000 /* ---------------------------------------------------------------------------------------------- */ /* Helper macros */ diff --git a/resources/VersionInfo.rc b/resources/VersionInfo.rc index 6e09fd5..0adbba8 100644 --- a/resources/VersionInfo.rc +++ b/resources/VersionInfo.rc @@ -27,8 +27,8 @@ #include "winres.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,4,1,0 - PRODUCTVERSION 1,4,1,0 + FILEVERSION 1,5,0,0 + PRODUCTVERSION 1,5,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.4.1.0" + VALUE "FileVersion", "1.5.0.0" VALUE "InternalName", "Zycore" - VALUE "LegalCopyright", "Copyright © 2018-2022 by zyantific.com" + VALUE "LegalCopyright", "Copyright © 2018-2024 by zyantific.com" VALUE "OriginalFilename", "Zycore.dll" VALUE "ProductName", "Zyan Core Library for C" - VALUE "ProductVersion", "1.4.1.0" + VALUE "ProductVersion", "1.5.0.0" END END BLOCK "VarFileInfo"