krb5 commit: Update patchlevel.h for Git repository

Tom Yu tlyu at MIT.EDU
Mon May 14 19:18:33 EDT 2012


https://github.com/krb5/krb5/commit/a573b83876da5214a420e230d9d582240104124c
commit a573b83876da5214a420e230d9d582240104124c
Author: Tom Yu <tlyu at mit.edu>
Date:   Mon May 14 18:39:17 2012 -0400

    Update patchlevel.h for Git repository
    
    Use "master", not "trunk", as RELTAG now.

 src/patchlevel.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/patchlevel.h b/src/patchlevel.h
index 1a72f08..a415015 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -50,8 +50,8 @@
  * organization.
  */
 #define KRB5_MAJOR_RELEASE 1
-#define KRB5_MINOR_RELEASE 10
+#define KRB5_MINOR_RELEASE 11
 #define KRB5_PATCHLEVEL 0
 #define KRB5_RELTAIL "prerelease"
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "trunk"
+#define KRB5_RELTAG "master"


More information about the cvs-krb5 mailing list