summaryrefslogtreecommitdiffstats
path: root/VERSION.m4
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2017-03-09 19:02:49 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-14 18:37:10 +0100
commit544d66b7109300e570fb6849f0f9bab8020f3b66 (patch)
tree3f6d8df2ce9eeda44fcfc133928e22cbc4ee4455 /VERSION.m4
parent1b5f56d15455b6019dd532cb9635fa2c44cb0022 (diff)
downloadfreeipa-544d66b7109300e570fb6849f0f9bab8020f3b66.tar.gz
freeipa-544d66b7109300e570fb6849f0f9bab8020f3b66.tar.xz
freeipa-544d66b7109300e570fb6849f0f9bab8020f3b66.zip
idview: add domain_resolution_order attribute
`idview-add` and `idview-mod` can now set and validate the attribute. The required objectclass is added on-demand after modification https://pagure.io/freeipa/issue/6372 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION.m4')
-rw-r--r--VERSION.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.m4 b/VERSION.m4
index 9766c749b..cfac2a96d 100644
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -73,8 +73,8 @@ define(IPA_DATA_VERSION, 20100614120000)
# #
########################################################
define(IPA_API_VERSION_MAJOR, 2)
-define(IPA_API_VERSION_MINOR, 222)
->>>>>>> ipaconfig: add the ability to manipulate domain resolution order
+define(IPA_API_VERSION_MINOR, 223)
+# Last change: Add domain resolution order to ID views
########################################################