Commit 7d34f9c51a8e9312fe3b73a3e59d4b05f72f1130

Authored by Benjamin Renard
1 parent 715dc550

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 "2")
8   -SET(CPACK_PACKAGE_VERSION_DATE "2024-05-23")
  7 +SET(CPACK_PACKAGE_VERSION_PATCH "3")
  8 +SET(CPACK_PACKAGE_VERSION_DATE "2024-10-02")
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/)
... ...