Skip to content

Commit

Permalink
[#7] bump version to 1.6 for irods 4.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Oct 19, 2018
1 parent e3ce9d6 commit 999849c
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.5
PLUGINVERSIONINT=15
PLUGINVERSION=1.6
PLUGINVERSIONINT=16
PLUGINNAME="irods_auth_plugin_krb"
2 changes: 1 addition & 1 deletion packaging/irods_auth_plugin_krb.list.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $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 999849c

Please sign in to comment.