Skip to content

Commit 8ac7905

Browse files
[CI/CD] Update version number to 1.2.5
1 parent 6c94aba commit 8ac7905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828

2929
SET(VERSION_MAJOR 1)
3030
SET(VERSION_MINOR 2)
31-
SET(VERSION_PATCH 4)
31+
SET(VERSION_PATCH 5)
3232

3333
MAKE_DIRECTORY(${PROJECT_BINARY_DIR}/config)
3434

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

6666
SET(CPACK_PACKAGE_NAME "PETPVC")
67-
SET(CPACK_PACKAGE_VENDOR "Benjamin A. Thomas")
67+
SET(CPACK_PACKAGE_VENDOR "Institute of Nuclear Medicine")
6868
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Installer for PETPVC")
6969
SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
7070
SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})

0 commit comments

Comments
 (0)