Skip to content

Commit

Permalink
bump version for 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored May 23, 2018
1 parent 36ca350 commit a1cb983
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) #CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME

find_package(IRODS 4.2.2 EXACT REQUIRED)
find_package(IRODS 4.2.3 EXACT REQUIRED)

if (NOT IRODS_EXTERNALS_PACKAGE_ROOT)
set(IRODS_EXTERNALS_PACKAGE_ROOT "/opt/irods-externals" CACHE STRING "Choose the location of iRODS external packages." FORCE)
Expand Down Expand Up @@ -34,7 +34,7 @@ project(irods-s3 C CXX)
include(${IRODS_TARGETS_PATH})

set(IRODS_PLUGIN_VERSION_MAJOR "2")
set(IRODS_PLUGIN_VERSION_MINOR "2")
set(IRODS_PLUGIN_VERSION_MINOR "3")
set(IRODS_PLUGIN_VERSION_PATCH "0")
set(IRODS_PLUGIN_VERSION "${IRODS_PLUGIN_VERSION_MAJOR}.${IRODS_PLUGIN_VERSION_MINOR}.${IRODS_PLUGIN_VERSION_PATCH}")

Expand Down

0 comments on commit a1cb983

Please sign in to comment.