Module Name: src
Committed By: wiz
Date: Sat Sep 12 20:18:52 UTC 2015
Modified Files:
src/usr.bin/ftp: version.h
Log Message:
Bump version for SNI support.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/ftp/version.h
diff -u src/usr.bin/ftp/version.h:1.86 src/usr.bin/ftp/version.h:1.87
--- src/usr.bin/ftp/version.h:1.86 Thu Apr 23 23:31:23 2015
+++ src/usr.bin/ftp/version.h Sat Sep 12 20:18:52 2015
@@ -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