Source-Changes-HG archive

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

[src/trunk]: src/include/heimdal turbo-upgrade to Heimdal 0.6 (this was someh...



details:   https://anonhg.NetBSD.org/src/rev/13eabec0334b
branches:  trunk
changeset: 559860:13eabec0334b
user:      joda <joda%NetBSD.org@localhost>
date:      Wed Mar 24 20:48:34 2004 +0000

description:
turbo-upgrade to Heimdal 0.6 (this was somehow missed when 0.6 was imported)

diffstat:

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

diffs (20 lines):

diff -r c2b8bd73a435 -r 13eabec0334b include/heimdal/version.h
--- a/include/heimdal/version.h Wed Mar 24 20:25:28 2004 +0000
+++ b/include/heimdal/version.h Wed Mar 24 20:48:34 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.13 2003/03/20 19:25:48 lha Exp $ */
+/*     $NetBSD: version.h,v 1.14 2004/03/24 20:48:34 joda 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.5nb2 (NetBSD) $";
-const char *heimdal_version = "Heimdal 0.5nb2";
+const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6 (NetBSD) $";
+const char *heimdal_version = "Heimdal 0.6";
 #endif
 
 #ifndef __NO_KRB4_VERSION



Home | Main Index | Thread Index | Old Index