Skip to content

Commit

Permalink
[#1847] bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored Sep 5, 2018
1 parent 4a82472 commit a96a4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include(${IRODS_TARGETS_PATH})

set(IRODS_PLUGIN_VERSION_MAJOR "2")
set(IRODS_PLUGIN_VERSION_MINOR "4")
set(IRODS_PLUGIN_VERSION_PATCH "0")
set(IRODS_PLUGIN_VERSION_PATCH "1")
set(IRODS_PLUGIN_VERSION "${IRODS_PLUGIN_VERSION_MAJOR}.${IRODS_PLUGIN_VERSION_MINOR}.${IRODS_PLUGIN_VERSION_PATCH}")

if (NOT CPACK_PACKAGING_INSTALL_PREFIX)
Expand Down

0 comments on commit a96a4b9

Please sign in to comment.