Commit 0e6678faa2618a859931e3ddebde5e6d8706def7
1 parent
3ce80cc2
Exists in
master
and in
14 other branches
New version
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 "0") | |
8 | -SET(CPACK_PACKAGE_VERSION_DATE "2024-02-01") | |
7 | +SET(CPACK_PACKAGE_VERSION_PATCH "1") | |
8 | +SET(CPACK_PACKAGE_VERSION_DATE "2024-03-05") | |
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/) | ... | ... |