Skip to content

Commit

Permalink
[#1806] bump version to 1.7 for irods 4.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Nov 1, 2018
1 parent 1d51a8a commit 3a8d1d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PLUGINVERSION=1.6
PLUGINVERSIONINT=160
PLUGINVERSION=1.7
PLUGINVERSIONINT=170
PLUGINNAME="irods_resource_plugin_s3"
2 changes: 1 addition & 1 deletion packaging/irods_resource_plugin_s3.list.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $OS_IRODS_HOME_DIR=/var/lib/irods
# preinstall
# =-=-=-=-=-=-=-
%preinstall << END_PREINSTALL
REQUIRED_VERSION="4.1.11"
REQUIRED_VERSION="4.1.12"
DETECTED_VERSION=`python -c 'import json; print json.loads(open("/var/lib/irods/VERSION.json").read())["irods_version"]'`
if [ "$$DETECTED_VERSION" != "$$REQUIRED_VERSION" ] ; then
echo "Local iRODS is $$DETECTED_VERSION"
Expand Down

0 comments on commit 3a8d1d7

Please sign in to comment.