Commit c22a2dbd21f0ca5bb8cd4c5d0e9bf1f588bf76d7
1 parent
348520cf
Exists in
master
and in
19 other branches
Increment version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
CMakeLists.txt
@@ -4,7 +4,7 @@ PROJECT(AMDA-Kernel) | @@ -4,7 +4,7 @@ PROJECT(AMDA-Kernel) | ||
4 | 4 | ||
5 | SET(CPACK_PACKAGE_VERSION_MAJOR "3") | 5 | SET(CPACK_PACKAGE_VERSION_MAJOR "3") |
6 | SET(CPACK_PACKAGE_VERSION_MINOR "6") | 6 | SET(CPACK_PACKAGE_VERSION_MINOR "6") |
7 | -SET(CPACK_PACKAGE_VERSION_PATCH "5") | 7 | +SET(CPACK_PACKAGE_VERSION_PATCH "6") |
8 | 8 | ||
9 | set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE}/bin/) | 9 | set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE}/bin/) |
10 | set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE}/lib/) | 10 | set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE}/lib/) |