Skip to content

Commit

Permalink
cmake: bump CPACK_PACKAGE_RELEASE for 2.12.0-5
Browse files Browse the repository at this point in the history
This amends commit 9edc278 ("opae: bump version number used for packaging").

Signed-off-by: Peter Colberg <peter.colberg@intel.com>
  • Loading branch information
pcolberg committed Apr 4, 2024
1 parent 9edc278 commit a0bcb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -956,7 +956,7 @@ else()
set(CPACK_PACKAGE_VERSION_PATCH "${OPAE_VERSION_REVISION}")
endif()
set(CPACK_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(CPACK_PACKAGE_RELEASE 1)
set(CPACK_PACKAGE_RELEASE 5)
set(CPACK_PACKAGE_CONTACT "opae@lists.linuxfoundation.org")
set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

Expand Down

0 comments on commit a0bcb5e

Please sign in to comment.