Module Name: src
Committed By: lukem
Date: Wed Feb 26 05:55:27 UTC 2020
Modified Files:
src/usr.bin/ftp: version.h
Log Message:
update ftp version to 20190622
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 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.87 src/usr.bin/ftp/version.h:1.88
--- src/usr.bin/ftp/version.h:1.87 Sat Sep 12 20:18:52 2015
+++ src/usr.bin/ftp/version.h Wed Feb 26 05:55:27 2020
@@ -1,7 +1,7 @@
-/* $NetBSD: version.h,v 1.87 2015/09/12 20:18:52 wiz Exp $ */
+/* $NetBSD: version.h,v 1.88 2020/02/26 05:55:27 lukem Exp $ */
/*-
- * Copyright (c) 1999-2015 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -34,5 +34,5 @@
#endif
#ifndef FTP_VERSION
-#define FTP_VERSION "20150912"
+#define FTP_VERSION "20190622"
#endif