summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-06-11 15:38:32 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-15 16:06:48 +0200
commitd58bdf29a514a7868c63b767f4954891b10a574d (patch)
tree98a7c576f8091213d6608eab8d3844878c61d04a /VERSION
parent45dccedd12e6d26e146ad9c30c2c304e6b2eded1 (diff)
downloadfreeipa-d58bdf29a514a7868c63b767f4954891b10a574d.tar.gz
freeipa-d58bdf29a514a7868c63b767f4954891b10a574d.tar.xz
freeipa-d58bdf29a514a7868c63b767f4954891b10a574d.zip
server: add "del" command
this command is internal and is supposed to be used by ipa-replica-managed to delete replica. Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 741d50f2d..2a8351221 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=132
-# Last change: dkupka: User life cycle permissions naming and split
+IPA_API_VERSION_MINOR=133
+# Last change: pvoborni - add server-del internal command