Commit 2b3a387579e9e0f01b3896740c4742e7e53d605a
1 parent
dc5144c6
Updated version in CMakeLists
Showing
1 changed file
with
1 additions
and
1 deletions
3rdparty/stasm4.0.0/CMakeLists.txt
| ... | ... | @@ -9,7 +9,7 @@ endif() |
| 9 | 9 | set(CPACK_PACKAGE_NAME "Stasm") |
| 10 | 10 | set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME}) |
| 11 | 11 | set(CPACK_PACKAGE_VERSION_MAJOR 4) |
| 12 | -set(CPACK_PACKAGE_VERSION_MINOR 0) | |
| 12 | +set(CPACK_PACKAGE_VERSION_MINOR 1) | |
| 13 | 13 | set(CPACK_PACKAGE_VERSION_PATCH 0) |
| 14 | 14 | set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") |
| 15 | 15 | ... | ... |