Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/ssh crank __NETBSDSSH_VERSION for buffer.c fix



details:   https://anonhg.NetBSD.org/src/rev/b3040b2eba24
branches:  trunk
changeset: 552042:b3040b2eba24
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 16 17:39:32 2003 +0000

description:
crank __NETBSDSSH_VERSION for buffer.c fix

diffstat:

 crypto/dist/ssh/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 5fe42d26fcd8 -r b3040b2eba24 crypto/dist/ssh/version.h
--- a/crypto/dist/ssh/version.h Tue Sep 16 17:39:12 2003 +0000
+++ b/crypto/dist/ssh/version.h Tue Sep 16 17:39:32 2003 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: version.h,v 1.28 2003/04/03 06:21:37 itojun Exp $      */
+/*     $NetBSD: version.h,v 1.29 2003/09/16 17:39:32 lukem Exp $       */
 /* $OpenBSD: version.h,v 1.37 2003/04/01 10:56:46 markus Exp $ */
 
 #define __OPENSSH_VERSION      "OpenSSH_3.6.1"
-#define __NETBSDSSH_VERSION    "NetBSD_Secure_Shell-20030403"
+#define __NETBSDSSH_VERSION    "NetBSD_Secure_Shell-20030916"
 
 /*
  * it is important to retain OpenSSH version identification part, it is



Home | Main Index | Thread Index | Old Index