Skip to content

Commit

Permalink
[irods/irods#7852] Bump version to 4.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Aug 5, 2024
1 parent 2310a02 commit 4be360d
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 @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR) #version range with find_pack
cmake_policy(SET CMP0066 NEW)
cmake_policy(SET CMP0067 NEW)

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

0 comments on commit 4be360d

Please sign in to comment.