summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorOndrej Hamada <ohamada@redhat.com>2012-03-01 11:41:53 +0100
committerRob Crittenden <rcritten@redhat.com>2012-02-29 18:30:03 -0500
commit73249140fce64e56ddf5cd70441804a627b0cc34 (patch)
tree7b10ac3973dd1e3f228798774ff0fc7f818d4d7a /VERSION
parent0099ccbea829203a14013255aa0a4058d4d58a36 (diff)
downloadfreeipa-73249140fce64e56ddf5cd70441804a627b0cc34.tar.gz
freeipa-73249140fce64e56ddf5cd70441804a627b0cc34.tar.xz
freeipa-73249140fce64e56ddf5cd70441804a627b0cc34.zip
Migration warning when compat enabled
Added check into migration plugin to warn user when compat is enabled. If compat is enabled, the migration fails and user is warned that he must turn the compat off or run the script with (the newly introduced) option '--with-compat'. '--with-compat' is new flag. If it is set, the compat status is ignored. https://fedorahosted.org/freeipa/ticket/2274
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 2a6b13f5d..18add439b 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=28
+IPA_API_VERSION_MINOR=29