From 8466e9444085fbd06a2496e8b83e28102b263e47 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 21 Jun 2016 12:43:54 +0200 Subject: schema: support plugin versioning Update API schema server and client code to support plugin versioning. https://fedorahosted.org/freeipa/ticket/4427 Reviewed-By: David Kupka --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 967bc5c82..d4d7228ed 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=201 -# Last change: plugable: support plugin versioning +IPA_API_VERSION_MINOR=202 +# Last change: schema: support plugin versioning -- cgit