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:38 +0200
commit66317ac7ca4a21fd1055f3ff971ab03dc5ea9a43 (patch)
treed60b5b3803e768e6d7818813e2c50319826d9402 /VERSION
parent56196b28085b346b86b43662a1ba7fdaf7a2454b (diff)
downloadfreeipa.git-66317ac7ca4a21fd1055f3ff971ab03dc5ea9a43.tar.gz
freeipa.git-66317ac7ca4a21fd1055f3ff971ab03dc5ea9a43.tar.xz
freeipa.git-66317ac7ca4a21fd1055f3ff971ab03dc5ea9a43.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 e15d463b..dd8cfbb4 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