We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e95307 commit a754e11Copy full SHA for a754e11
CMakeLists.txt
@@ -4,7 +4,7 @@ endif ()
4
5
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
6
7
-project(Zycore VERSION 1.2.0.0 LANGUAGES C)
+project(Zycore VERSION 1.3.0.0 LANGUAGES C)
8
9
include(GNUInstallDirs)
10
include(CMakePackageConfigHelpers)
include/Zycore/Zycore.h
@@ -51,7 +51,7 @@ extern "C" {
51
/**
52
* A macro that defines the zycore version.
53
*/
54
-#define ZYCORE_VERSION (ZyanU64)0x0001000200000000
+#define ZYCORE_VERSION (ZyanU64)0x0001000300000000
55
56
/* ---------------------------------------------------------------------------------------------- */
57
/* Helper macros */
resources/VersionInfo.rc
-2.26 KB
0 commit comments