summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-04-04 14:57:22 -0400
committerMartin Kosek <mkosek@redhat.com>2012-04-05 08:51:30 +0200
commit51b34d5c4249e540510993fe600d222f22fcda16 (patch)
tree108a287be6cd08cc8ec1443e3fbd09361e43e2d2 /VERSION
parent17a0738d2d352f9c3d73167b3fb22cd566fd98d4 (diff)
downloadfreeipa-51b34d5c4249e540510993fe600d222f22fcda16.tar.gz
freeipa-51b34d5c4249e540510993fe600d222f22fcda16.tar.xz
freeipa-51b34d5c4249e540510993fe600d222f22fcda16.zip
Make revocation_reason required when revoking a certificate.
This will prevent errors if an empty reason is provided and it is set by default one doesn't have to always set it on the command-line. https://fedorahosted.org/freeipa/ticket/2597
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 46d98eedc..77572ea68 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=32
+IPA_API_VERSION_MINOR=33