Module Name: src
Committed By: lukem
Date: Fri Sep 22 21:57:55 UTC 2023
Modified Files:
src/libexec/ftpd: version.h
Log Message:
version NetBSD-ftpd 20230922 for MLSD/MLST fix
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/libexec/ftpd/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/libexec/ftpd/version.h
diff -u src/libexec/ftpd/version.h:1.78 src/libexec/ftpd/version.h:1.79
--- src/libexec/ftpd/version.h:1.78 Sat Sep 2 12:16:29 2023
+++ src/libexec/ftpd/version.h Fri Sep 22 21:57:55 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.78 2023/09/02 12:16:29 lukem Exp $ */
+/* $NetBSD: version.h,v 1.79 2023/09/22 21:57:55 lukem Exp $ */
/*-
* Copyright (c) 1999-2023 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,5 +29,5 @@
*/
#ifndef FTPD_VERSION
-#define FTPD_VERSION "NetBSD-ftpd 20230902"
+#define FTPD_VERSION "NetBSD-ftpd 20230922"
#endif