summaryrefslogtreecommitdiffstats
path: root/src/include/kdb.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-10-15 14:07:09 -0400
committerGreg Hudson <ghudson@mit.edu>2012-10-15 14:07:52 -0400
commit2052289c8f6f2f8f5ca957953bac7c9670995030 (patch)
treec162686e12cafab5578d64e2f3fd4c96b71aadbf /src/include/kdb.h
parent4c9da1b84fe159e01038c1bd83b5d983aa8e3dd3 (diff)
downloadkrb5-2052289c8f6f2f8f5ca957953bac7c9670995030.tar.gz
krb5-2052289c8f6f2f8f5ca957953bac7c9670995030.tar.xz
krb5-2052289c8f6f2f8f5ca957953bac7c9670995030.zip
Bump libkdb5 API and DAL versions
We made two sets of incompatible changes to the DAL and libkdb5 API during development for 1.11 (master key list simplification and policy extensions), so increment the appropriate version numbers.
Diffstat (limited to 'src/include/kdb.h')
-rw-r--r--src/include/kdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kdb.h b/src/include/kdb.h
index 2a5d2d5fcc..fd3a6e9b0f 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -69,7 +69,7 @@
/* This version will be incremented when incompatible changes are made to the
* KDB API, and will be kept in sync with the libkdb major version. */
-#define KRB5_KDB_API_VERSION 6
+#define KRB5_KDB_API_VERSION 7
/* Salt types */
#define KRB5_KDB_SALTTYPE_NORMAL 0
@@ -810,7 +810,7 @@ krb5_dbe_free_string(krb5_context, char *);
* This number indicates the date of the last incompatible change to the DAL.
* The maj_ver field of the module's vtable structure must match this version.
*/
-#define KRB5_KDB_DAL_MAJOR_VERSION 3
+#define KRB5_KDB_DAL_MAJOR_VERSION 4
/*
* A krb5_context can hold one database object. Modules should use