Skip to content

Commit a5834d4

Browse files
committed
Release 5.0.2 close M2Team#39 update capabilities
1 parent 795c8cf commit a5834d4

File tree

3 files changed

+1065
-19
lines changed

3 files changed

+1065
-19
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ endif()
7171
#
7272
set(PRIVEXEC_VERSION_MAJOR 5)
7373
set(PRIVEXEC_VERSION_MINOR 0)
74-
set(PRIVEXEC_VERSION_PATCH 1)
74+
set(PRIVEXEC_VERSION_PATCH 2)
7575
set(PACKAGE_VERSION "${PRIVEXEC_VERSION_MAJOR}.${PRIVEXEC_VERSION_MINOR}.${PRIVEXEC_VERSION_PATCH}")
7676

7777
string(TOLOWER "${CMAKE_C_COMPILER_ARCHITECTURE_ID}" COMPILER_ARCH_ID)

0 commit comments

Comments
 (0)