From ff52c25ae299abba8bed653fe324951979a41293 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Mon, 8 Apr 2013 11:04:17 -0400 Subject: Fix output for some CLI commands Fix output of dnsrecord_del: it now uses output.standard_delete and excludes --all and --raw flags. Fix output of sudorule_{add,remove}_option: they now use output.standard_entry and include --all and --raw flags. https://fedorahosted.org/freeipa/ticket/3503 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 884f80fad..5eda9ca36 100644 --- a/VERSION +++ b/VERSION @@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=55 +IPA_API_VERSION_MINOR=56 -- cgit