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
trel authored and alanking committed Jul 30, 2024
1 parent 6be84d2 commit f4943ae
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.7.0 FATAL_ERROR) #CPACK_DEBIAN_<COMPONENT>_PACK

option(IRODS_ENABLE_ADDRESS_SANITIZER "Enables detection of memory leaks and other features provided by Address Sanitizer." OFF)

find_package(IRODS 4.3.2 EXACT REQUIRED)
find_package(IRODS 4.3.3 EXACT REQUIRED)
set(IRODS_PACKAGE_PREFIX "${PACKAGE_PREFIX_DIR}")

set(IRODS_PACKAGE_REVISION "0")
Expand Down

0 comments on commit f4943ae

Please sign in to comment.