Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/include/heimdal Pull up revision 1.13 (requested by lha...



details:   https://anonhg.NetBSD.org/src/rev/c2cb4db02ecc
branches:  netbsd-1-6
changeset: 530191:c2cb4db02ecc
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Mar 21 09:24:33 2003 +0000

description:
Pull up revision 1.13 (requested by lha in ticket #1225):
set version to 0.4enb2 (fix of Kerberos 4 protocol problem)

diffstat:

 include/heimdal/version.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a69d0cd20d1b -r c2cb4db02ecc include/heimdal/version.h
--- a/include/heimdal/version.h Fri Mar 21 09:22:11 2003 +0000
+++ b/include/heimdal/version.h Fri Mar 21 09:24:33 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.10.2.1 2002/12/07 22:59:04 he Exp $      */
+/*     $NetBSD: version.h,v 1.10.2.2 2003/03/21 09:24:33 tron Exp $    */
 
 #if defined(__KRB5_VERSION) && !defined(__NO_KRB4_VERSION)
 #define        heimdal_long_version    __heimdal_long_version
@@ -13,8 +13,8 @@
 #endif
 
 #ifndef __NO_KRB5_VERSION
-const char *heimdal_long_version = "@(#)$Version: heimdal-0.4e-nb1 (NetBSD) $";
-const char *heimdal_version = "heimdal-0.4e-nb1";
+const char *heimdal_long_version = "@(#)$Version: heimdal-0.4e-nb2 (NetBSD) $";
+const char *heimdal_version = "heimdal-0.4e-nb2";
 #endif
 
 #ifndef __NO_KRB4_VERSION



Home | Main Index | Thread Index | Old Index