From df28ab0278e3bee2b7a2115c2465c30f6337c54f Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof <l.r.westerhof@uu.nl> Date: Fri, 9 Mar 2018 12:06:02 +0100 Subject: [PATCH] Bump version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b3090d..96d0c22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,7 +102,7 @@ set(CPACK_GENERATOR "RPM") set(CPACK_PACKAGE_NAME "irods-uu-microservices") set(CPACK_PACKAGE_VENDOR "Utrecht University <fbyoda@uu.nl>") set(CPACK_PACKAGE_CONTACT "Utrecht University <fbyoda@uu.nl>") -set(CPACK_PACKAGE_VERSION "4.2.2_0.2.1") +set(CPACK_PACKAGE_VERSION "4.2.2_0.2.2") set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/package/description.txt") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Miscellaneous iRODS microservices developed or modified by Utrecht University.") -- GitLab