Commit e77d04983a08da4a91f08878351dada2d2e4990e
1 parent
40ffc684
Exists in
master
and in
41 other branches
Set to version 3.6.3
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 "2") | |
7 | +SET(CPACK_PACKAGE_VERSION_PATCH "3") | |
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/) | ... | ... |