Skip to content

Commit

Permalink
bump version for 4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Nov 29, 2019
1 parent 7fd9359 commit e9fa7b0
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) #CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME

find_package(IRODS 4.2.6 EXACT REQUIRED)
find_package(IRODS 4.2.7 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 @@ -35,8 +35,8 @@ project(irods-s3 C CXX)
include(${IRODS_TARGETS_PATH})

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

if (NOT CPACK_PACKAGING_INSTALL_PREFIX)
Expand Down

0 comments on commit e9fa7b0

Please sign in to comment.