Skip to content

Commit

Permalink
[irods/irods#6412] Bump version number to 4.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and alanking committed Oct 5, 2023
1 parent 8423237 commit 84495b1
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.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.0 EXACT REQUIRED CONFIG)
find_package(IRODS 4.3.1 EXACT REQUIRED CONFIG)
set(IRODS_PACKAGE_PREFIX "${PACKAGE_PREFIX_DIR}")

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

include(RequireOutOfSourceBuild)
include(IrodsCXXCompiler)
Expand Down

0 comments on commit 84495b1

Please sign in to comment.