Skip to content

Commit

Permalink
[irods/irods#6412] Bump version to 4.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Oct 5, 2023
1 parent 787b281 commit ccba02e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) #CPACK_DEBIAN_<COMPONENT>_PACK
cmake_policy(SET CMP0066 NEW)
cmake_policy(SET CMP0067 NEW)

find_package(IRODS 4.3.0 EXACT REQUIRED)
set(IRODS_PLUGIN_REVISION "1")
find_package(IRODS 4.3.1 EXACT REQUIRED)
set(IRODS_PLUGIN_REVISION "0")
set(IRODS_PLUGIN_VERSION "${IRODS_VERSION}.${IRODS_PLUGIN_REVISION}")

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

set(PLUGIN irods_rule_engine_plugin-audit_amqp)

Expand Down

0 comments on commit ccba02e

Please sign in to comment.