Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Oct 3, 2022
1 parent 3e95307 commit a754e11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endif ()

cmake_minimum_required(VERSION 3.9 FATAL_ERROR)

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

/* ---------------------------------------------------------------------------------------------- */
/* Helper macros */
Expand Down
Binary file modified resources/VersionInfo.rc
Binary file not shown.

0 comments on commit a754e11

Please sign in to comment.