summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2007-09-04 03:18:05 +0000
committerTom Yu <tlyu@mit.edu>2007-09-04 03:18:05 +0000
commit8f547d08883c960887cf0bd136c5425a9aadccb0 (patch)
tree9d1b535a9bd4daa56ebe1a32cef84c541c94e717 /src/include
parentaaa792bc173ec8415f1fd7df597187425e41c5d1 (diff)
downloadkrb5-8f547d08883c960887cf0bd136c5425a9aadccb0.tar.gz
krb5-8f547d08883c960887cf0bd136c5425a9aadccb0.tar.xz
krb5-8f547d08883c960887cf0bd136c5425a9aadccb0.zip
bump accessor version number
ticket: 3334 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19911 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index a96c265cec..2fb23dd51e 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1788,7 +1788,7 @@ void krb5int_free_srv_dns_data(struct srv_dns_entry *);
/* To keep happy libraries which are (for now) accessing internal stuff */
/* Make sure to increment by one when changing the struct */
-#define KRB5INT_ACCESS_STRUCT_VERSION 11
+#define KRB5INT_ACCESS_STRUCT_VERSION 12
#ifndef ANAME_SZ
struct ktext; /* from krb.h, for krb524 support */