summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libexec/ftpd/ftpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 8c647a9b117..83d372ae3bd 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftpd.c,v 1.76 2000/07/05 21:56:48 deraadt Exp $ */
+/* $OpenBSD: ftpd.c,v 1.77 2000/07/05 22:15:10 deraadt Exp $ */
/* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */
/*
@@ -135,7 +135,7 @@ static char rcsid[] = "$NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $"
#include <varargs.h>
#endif
-static char version[] = "Version 6.4/OpenBSD";
+static char version[] = "Version 6.5/OpenBSD";
extern off_t restart_point;
extern char cbuf[];