Source-Changes-HG archive

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

[src/trunk]: src/include/heimdal update heimdal version to Heimdal 0.6.3



details:   https://anonhg.NetBSD.org/src/rev/e426c2328c4c
branches:  trunk
changeset: 569971:e426c2328c4c
user:      lha <lha%NetBSD.org@localhost>
date:      Tue Sep 14 20:30:57 2004 +0000

description:
update heimdal version to Heimdal 0.6.3

diffstat:

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

diffs (20 lines):

diff -r 5ccf7c540408 -r e426c2328c4c include/heimdal/version.h
--- a/include/heimdal/version.h Tue Sep 14 20:25:05 2004 +0000
+++ b/include/heimdal/version.h Tue Sep 14 20:30:57 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.16 2004/05/08 13:27:58 lha Exp $ */
+/*     $NetBSD: version.h,v 1.17 2004/09/14 20:30:57 lha 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.6.2 (NetBSD) $";
-const char *heimdal_version = "Heimdal 0.6.2";
+const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6.3 (NetBSD) $";
+const char *heimdal_version = "Heimdal 0.6.3";
 #endif
 
 #ifndef __NO_KRB4_VERSION



Home | Main Index | Thread Index | Old Index