Skip to content

Commit

Permalink
Privexec: 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Feb 6, 2021
1 parent 77be8c2 commit d457e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ endif()

#
set(PRIVEXEC_VERSION_MAJOR 4)
set(PRIVEXEC_VERSION_MINOR 3)
set(PRIVEXEC_VERSION_PATCH 1)
set(PRIVEXEC_VERSION_MINOR 4)
set(PRIVEXEC_VERSION_PATCH 0)
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 d457e31

Please sign in to comment.