Skip to content

Commit

Permalink
Release 5.0.2 close #39 update capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Mar 6, 2023
1 parent 795c8cf commit a5834d4
Show file tree
Hide file tree
Showing 3 changed files with 1,065 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ endif()
#
set(PRIVEXEC_VERSION_MAJOR 5)
set(PRIVEXEC_VERSION_MINOR 0)
set(PRIVEXEC_VERSION_PATCH 1)
set(PRIVEXEC_VERSION_PATCH 2)
set(PACKAGE_VERSION "${PRIVEXEC_VERSION_MAJOR}.${PRIVEXEC_VERSION_MINOR}.${PRIVEXEC_VERSION_PATCH}")

string(TOLOWER "${CMAKE_C_COMPILER_ARCHITECTURE_ID}" COMPILER_ARCH_ID)
Expand Down

0 comments on commit a5834d4

Please sign in to comment.