Skip to content

Commit

Permalink
Update project's version
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Feb 11, 2024
1 parent c1ad868 commit b5730a3
Show file tree
Hide file tree
Showing 4 changed files with 5 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 @@ include(CMakeDependentOption)

project(
RED4ext.SDK
VERSION 0.4.0
VERSION 0.5.0
LANGUAGES CXX
)

Expand Down
2 changes: 2 additions & 0 deletions include/RED4ext/Api/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@
#define RED4EXT_SDK_0_1_0 RED4EXT_V0_SDK_0_1_0
#define RED4EXT_SDK_0_2_0 RED4EXT_V0_SDK_0_2_0
#define RED4EXT_SDK_0_3_0 RED4EXT_V0_SDK_0_3_0
#define RED4EXT_SDK_0_4_0 RED4EXT_V0_SDK_0_4_0
#define RED4EXT_SDK_0_5_0 RED4EXT_V0_SDK_0_5_0

#define RED4EXT_SDK_LATEST RED4EXT_V0_SDK_LATEST
1 change: 1 addition & 0 deletions include/RED4ext/Api/v0/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
#define RED4EXT_V0_SDK_0_2_0 RED4EXT_V0_SEMVER(0, 2, 0)
#define RED4EXT_V0_SDK_0_3_0 RED4EXT_V0_SEMVER(0, 3, 0)
#define RED4EXT_V0_SDK_0_4_0 RED4EXT_V0_SEMVER(0, 4, 0)
#define RED4EXT_V0_SDK_0_5_0 RED4EXT_V0_SEMVER(0, 5, 0)

#define RED4EXT_V0_SDK_LATEST RED4EXT_V0_SEMVER(RED4EXT_VER_MAJOR, RED4EXT_VER_MINOR, RED4EXT_VER_PATCH)
2 changes: 1 addition & 1 deletion include/RED4ext/Version.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define RED4EXT_VER_MAJOR 0
#define RED4EXT_VER_MINOR 4
#define RED4EXT_VER_MINOR 5
#define RED4EXT_VER_PATCH 0

#define RED4EXT_VERSION RED4EXT_VER_MAJOR * 10000 + RED4EXT_VER_MINOR * 100 + RED4EXT_VER_PATCH

0 comments on commit b5730a3

Please sign in to comment.