Skip to content

Commit a754e11

Browse files
committed
Bump version to 1.3.0
1 parent 3e95307 commit a754e11

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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.2.0.0 LANGUAGES C)
7+
project(Zycore VERSION 1.3.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)0x0001000200000000
54+
#define ZYCORE_VERSION (ZyanU64)0x0001000300000000
5555

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

resources/VersionInfo.rc

-2.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)