Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ftp Bump version for SNI support.



details:   https://anonhg.NetBSD.org/src/rev/c9e2d12c30eb
branches:  trunk
changeset: 340562:c9e2d12c30eb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 12 20:18:52 2015 +0000

description:
Bump version for SNI support.

diffstat:

 usr.bin/ftp/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 4a858afaaa98 -r c9e2d12c30eb usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Sat Sep 12 19:50:08 2015 +0000
+++ b/usr.bin/ftp/version.h     Sat Sep 12 20:18:52 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.86 2015/04/23 23:31:23 lukem Exp $       */
+/*     $NetBSD: version.h,v 1.87 2015/09/12 20:18:52 wiz Exp $ */
 
 /*-
  * Copyright (c) 1999-2015 The NetBSD Foundation, Inc.
@@ -34,5 +34,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20150424"
+#define        FTP_VERSION     "20150912"
 #endif



Home | Main Index | Thread Index | Old Index