From ea7f392bb98c1f1c4558ec5d6e84ee7a7c613474 Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Fri, 3 Jul 2015 12:21:09 +0200 Subject: add option to skip client API version check This can be either set in IPA config file or specified as 'ipa --skip-version-check [COMMAND]'. part of https://fedorahosted.org/freeipa/ticket/4768 Reviewed-By: Martin Basti --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 48448b110..b73268520 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=141 -# Last change: ftweedal: add certprofile-mod --file option +IPA_API_VERSION_MINOR=142 +# Last change: mbabinsk: Add option to skip client API version check -- cgit