From: Tom Yu Date: Wed, 17 Oct 2012 22:46:30 +0000 (-0400) Subject: Update versioning for krb5-1.12-prerelease X-Git-Tag: krb5-1.12-alpha1~516 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fc77a9e876faed0fc530e880ccd9292c91bc383;p=thirdparty%2Fkrb5.git Update versioning for krb5-1.12-prerelease Now that krb5-1.11 is branched, the master branch is krb5-1.12-prerelease. --- diff --git a/README b/README index 2fb712114d..26e1b1278f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - Kerberos Version 5, Release 1.10 + Kerberos Version 5, Release 1.12 Release Notes The MIT Kerberos Team @@ -6,7 +6,7 @@ Copyright and Other Notices --------------------------- -Copyright (C) 1985-2010 by the Massachusetts Institute of Technology +Copyright (C) 1985-2012 by the Massachusetts Institute of Technology and its contributors. All rights reserved. Please see the file named NOTICE for additional notices. @@ -57,10 +57,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.10 +Major changes in 1.12 --------------------- -krb5-1.10 changes by ticket ID +krb5-1.12 changes by ticket ID ------------------------------ Acknowledgements diff --git a/src/patchlevel.h b/src/patchlevel.h index a4150154a5..8b619d9e78 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -50,7 +50,7 @@ * organization. */ #define KRB5_MAJOR_RELEASE 1 -#define KRB5_MINOR_RELEASE 11 +#define KRB5_MINOR_RELEASE 12 #define KRB5_PATCHLEVEL 0 #define KRB5_RELTAIL "prerelease" /* #undef KRB5_RELDATE */