Commit aea2c74b7c9512c6e4f9c0e8ee742a315339746a
Exists in
master
and in
9 other branches
Merge branch 'master' into amdadev
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
CMakeLists.txt
... | ... | @@ -4,8 +4,8 @@ PROJECT(AMDA-Kernel) |
4 | 4 | |
5 | 5 | SET(CPACK_PACKAGE_VERSION_MAJOR "3") |
6 | 6 | SET(CPACK_PACKAGE_VERSION_MINOR "7") |
7 | -SET(CPACK_PACKAGE_VERSION_PATCH "1") | |
8 | -SET(CPACK_PACKAGE_VERSION_DATE "2024-03-05") | |
7 | +SET(CPACK_PACKAGE_VERSION_PATCH "2") | |
8 | +SET(CPACK_PACKAGE_VERSION_DATE "2024-05-23") | |
9 | 9 | |
10 | 10 | set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE}/bin/) |
11 | 11 | set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE}/lib/) | ... | ... |