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 Apply patch (requested by joda in ticke...



details:   https://anonhg.NetBSD.org/src/rev/734709e5e50e
branches:  netbsd-1-6
changeset: 529706:734709e5e50e
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 07 22:59:04 2002 +0000

description:
Apply patch (requested by joda in ticket #936):
  Bump version number by affixing ``-nb1''.  This is to signal
  that we have a minor fix on-board relative to the original.

diffstat:

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

diffs (20 lines):

diff -r b6d74bb87fff -r 734709e5e50e include/heimdal/version.h
--- a/include/heimdal/version.h Sat Dec 07 22:47:34 2002 +0000
+++ b/include/heimdal/version.h Sat Dec 07 22:59:04 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.10 2001/09/17 12:34:41 assar Exp $       */
+/*     $NetBSD: version.h,v 1.10.2.1 2002/12/07 22:59:04 he 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 (NetBSD) $";
-const char *heimdal_version = "heimdal-0.4e";
+const char *heimdal_long_version = "@(#)$Version: heimdal-0.4e-nb1 (NetBSD) $";
+const char *heimdal_version = "heimdal-0.4e-nb1";
 #endif
 
 #ifndef __NO_KRB4_VERSION



Home | Main Index | Thread Index | Old Index