Skip to content

Commit

Permalink
[CI/CD] Update version number to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jan 27, 2021
1 parent 6c94aba commit 8ac7905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif()

SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 2)
SET(VERSION_PATCH 4)
SET(VERSION_PATCH 5)

MAKE_DIRECTORY(${PROJECT_BINARY_DIR}/config)

Expand Down Expand Up @@ -64,7 +64,7 @@ ADD_SUBDIRECTORY(src)
INSTALL(DIRECTORY "${PROJECT_SOURCE_DIR}/parc/" DESTINATION "parc")

SET(CPACK_PACKAGE_NAME "PETPVC")
SET(CPACK_PACKAGE_VENDOR "Benjamin A. Thomas")
SET(CPACK_PACKAGE_VENDOR "Institute of Nuclear Medicine")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Installer for PETPVC")
SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
Expand Down

0 comments on commit 8ac7905

Please sign in to comment.