Commit 5d0e8d65c80f063323f71c7e6bc526a49872a4d7
1 parent
0b9981c6
Exists in
master
and in
24 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 | 4 | |
5 | 5 | SET(CPACK_PACKAGE_VERSION_MAJOR "3") |
6 | 6 | SET(CPACK_PACKAGE_VERSION_MINOR "6") |
7 | -SET(CPACK_PACKAGE_VERSION_PATCH "4") | |
7 | +SET(CPACK_PACKAGE_VERSION_PATCH "5") | |
8 | 8 | |
9 | 9 | set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE}/bin/) |
10 | 10 | set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/build/${CMAKE_BUILD_TYPE}/lib/) | ... | ... |