summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-07-08 10:32:54 +0200
committerTomas Babej <tbabej@redhat.com>2015-07-08 17:16:54 +0200
commitcd3ca94ff2ef738cb3a9eae502193413058f976d (patch)
tree8d12a4f7f8301c8db5780d55ab2dc55e101d1fee /VERSION
parent9c5df3cf76c921d268e7892ef9d9e7a7d2ad89f9 (diff)
downloadfreeipa-cd3ca94ff2ef738cb3a9eae502193413058f976d.tar.gz
freeipa-cd3ca94ff2ef738cb3a9eae502193413058f976d.tar.xz
freeipa-cd3ca94ff2ef738cb3a9eae502193413058f976d.zip
move session_logout command to ipalib/plugins directory
API refactoring caused that session_logout command was not registered. Commands in ipalib/plugins directory are automatically registered. Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 38af6ec59..f67ec791a 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=145
-# Last change: edewata - added vault access control
+IPA_API_VERSION_MINOR=146
+# Last change: pvoborni - move session_logout to ipalib/plugins