Source-Changes-HG archive

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

[src/trunk]: src/include/heimdal set version to 0.5nb1



details:   https://anonhg.NetBSD.org/src/rev/6580d38c9bc3
branches:  trunk
changeset: 538500:6580d38c9bc3
user:      joda <joda%NetBSD.org@localhost>
date:      Mon Oct 21 21:10:59 2002 +0000

description:
set version to 0.5nb1

diffstat:

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

diffs (20 lines):

diff -r a88449bdb3e7 -r 6580d38c9bc3 include/heimdal/version.h
--- a/include/heimdal/version.h Mon Oct 21 20:35:39 2002 +0000
+++ b/include/heimdal/version.h Mon Oct 21 21:10:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.11 2002/09/12 13:32:38 joda Exp $        */
+/*     $NetBSD: version.h,v 1.12 2002/10/21 21:10:59 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.5 (NetBSD) $";
-const char *heimdal_version = "Heimdal 0.5";
+const char *heimdal_long_version = "@(#)$Version: Heimdal 0.5nb1 (NetBSD) $";
+const char *heimdal_version = "Heimdal 0.5nb1";
 #endif
 
 #ifndef __NO_KRB4_VERSION



Home | Main Index | Thread Index | Old Index