Skip to content

Commit

Permalink
Bump version to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Feb 4, 2024
1 parent a2fc93e commit 74620ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion include/Zycore/Zycore.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
10 changes: 5 additions & 5 deletions resources/VersionInfo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 74620ee

Please sign in to comment.