summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2013-10-04 21:25:46 -0400
committerTom Yu <tlyu@mit.edu>2013-10-07 10:34:59 -0400
commitb44879db690581270a765904ed0a32d9663e345b (patch)
tree7f9df13581036a44be34aa18150721412519f7e8
parent5036f91e7b61a73a1ec2d39ce1cc6bbf60dd82ab (diff)
downloadkrb5-b44879db690581270a765904ed0a32d9663e345b.tar.gz
krb5-b44879db690581270a765904ed0a32d9663e345b.tar.xz
krb5-b44879db690581270a765904ed0a32d9663e345b.zip
Update for krb5-1.13-prerelease
-rw-r--r--README6
-rw-r--r--src/patchlevel.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index fbb366b0d8..35074b9352 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- Kerberos Version 5, Release 1.12
+ Kerberos Version 5, Release 1.13
Release Notes
The MIT Kerberos Team
@@ -77,10 +77,10 @@ from using single-DES cryptosystems. Among these is a configuration
variable that enables "weak" enctypes, which defaults to "false"
beginning with krb5-1.8.
-Major changes in 1.12
+Major changes in 1.13
---------------------
-krb5-1.12 changes by ticket ID
+krb5-1.13 changes by ticket ID
------------------------------
Acknowledgements
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 8b619d9e78..b7dfe3d0d0 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -50,7 +50,7 @@
* organization.
*/
#define KRB5_MAJOR_RELEASE 1
-#define KRB5_MINOR_RELEASE 12
+#define KRB5_MINOR_RELEASE 13
#define KRB5_PATCHLEVEL 0
#define KRB5_RELTAIL "prerelease"
/* #undef KRB5_RELDATE */