Skip to content

Commit

Permalink
Bump version to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Sep 11, 2022
1 parent 60b6ef1 commit bdbd3ff
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.1.0.0 LANGUAGES C CXX)
project(Zycore VERSION 1.2.0.0 LANGUAGES C CXX)

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)0x0001000100000000
#define ZYCORE_VERSION (ZyanU64)0x0001000200000000

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

0 comments on commit bdbd3ff

Please sign in to comment.