From d58bdf29a514a7868c63b767f4954891b10a574d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 11 Jun 2015 15:38:32 +0200 Subject: 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 --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') 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 -- cgit