Skip to content

Commit

Permalink
[#156] Bump minimum version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Apr 26, 2024
1 parent 8ac1fa1 commit 69ec060
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR)

set(IRODS_MINIMUM_VERSION "4.3.1")
set(IRODS_MINIMUM_VERSION "4.3.2")
find_package(IRODS "${IRODS_MINIMUM_VERSION}" REQUIRED)
set(IRODS_PLUGIN_REVISION "0")
set(IRODS_PLUGIN_VERSION "${IRODS_MINIMUM_VERSION}.${IRODS_PLUGIN_REVISION}")
Expand Down

0 comments on commit 69ec060

Please sign in to comment.