Skip to content

Commit

Permalink
[#7] bump version to 1.4 for irods 4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Oct 31, 2016
1 parent 26d7185 commit ad58e46
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.3
PLUGINVERSIONINT=13
PLUGINVERSION=1.4
PLUGINVERSIONINT=14
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.9"
REQUIRED_VERSION="4.1.10"
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 ad58e46

Please sign in to comment.