]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Bump libkdb5 API and DAL versions
authorGreg Hudson <ghudson@mit.edu>
Mon, 15 Oct 2012 18:07:09 +0000 (14:07 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 15 Oct 2012 18:07:52 +0000 (14:07 -0400)
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.

src/include/kdb.h
src/lib/kdb/Makefile.in

index 2a5d2d5fcc9b7630ce93df61507e6fc111ce524c..fd3a6e9b0fd2eeb59cc7eaf93489175e21c64621 100644 (file)
@@ -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
index 45503282a19fd81ee357e08e9f9e357ba3b0feb6..42b6b85931e646ae77fbc0520f4a15a676905bbe 100644 (file)
@@ -11,7 +11,7 @@ DEFS=
 
 # Keep LIBMAJOR in sync with KRB5_KDB_API_VERSION in include/kdb.h.
 LIBBASE=kdb5
-LIBMAJOR=6
+LIBMAJOR=7
 LIBMINOR=0
 LIBINITFUNC=kdb_init_lock_list
 LIBFINIFUNC=kdb_fini_lock_list