summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-21 12:43:54 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-28 13:30:49 +0200
commit8466e9444085fbd06a2496e8b83e28102b263e47 (patch)
treef84a58a4ced0f8455e4685327e7f8bf300cd668f /VERSION
parent4284d4fb4da1049c8b9f23d838f963b301aef97d (diff)
downloadfreeipa-8466e9444085fbd06a2496e8b83e28102b263e47.tar.gz
freeipa-8466e9444085fbd06a2496e8b83e28102b263e47.tar.xz
freeipa-8466e9444085fbd06a2496e8b83e28102b263e47.zip
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 <dkupka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
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