Skip to content

Commit

Permalink
[#2141] bump version for 4.2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored and alanking committed Oct 10, 2023
1 parent 1f0716b commit a4214af
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 @@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) #CPACK_DEBIAN_<COMPONENT>_PACK

find_package(IRODS 4.2.12 EXACT REQUIRED)

set(IRODS_PLUGIN_REVISION "0")
set(IRODS_PLUGIN_REVISION "1")
set(IRODS_PLUGIN_VERSION "${IRODS_VERSION}.${IRODS_PLUGIN_REVISION}")

set(IRODS_PACKAGE_REVISION "1")
set(IRODS_PACKAGE_REVISION "0")

if (NOT IRODS_EXTERNALS_PACKAGE_ROOT)
set(IRODS_EXTERNALS_PACKAGE_ROOT "/opt/irods-externals" CACHE STRING "Choose the location of iRODS external packages." FORCE)
Expand Down

0 comments on commit a4214af

Please sign in to comment.