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 authored and alanking committed Aug 5, 2024
1 parent dae47e5 commit 6c040ef
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
# 3.12: FindPython
# 3.13: target_link_options

set(IRODS_MINIMUM_VERSION "4.3.2")
set(IRODS_MINIMUM_VERSION "4.3.3")
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 6c040ef

Please sign in to comment.