summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-11-28 19:36:48 +0000
committerhenning <henning@openbsd.org>2004-11-28 19:36:48 +0000
commit4ec6ed65a2c5363c22623f27cef07a01e731e0a8 (patch)
treec563d9050989b59fbc65bed85119b0b703d8f0f8
parentremove no longer appropriate bugs section (diff)
downloadwireguard-openbsd-4ec6ed65a2c5363c22623f27cef07a01e731e0a8.tar.xz
wireguard-openbsd-4ec6ed65a2c5363c22623f27cef07a01e731e0a8.zip
bump version
-rw-r--r--libexec/ftpd/ftpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index d867331ff30..0705b9d63b3 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftpd.c,v 1.157 2004/11/28 19:12:31 henning Exp $ */
+/* $OpenBSD: ftpd.c,v 1.158 2004/11/28 19:36:48 henning Exp $ */
/* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */
/*
@@ -70,7 +70,7 @@ static const char copyright[] =
static const char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94";
#else
static const char rcsid[] =
- "$OpenBSD: ftpd.c,v 1.157 2004/11/28 19:12:31 henning Exp $";
+ "$OpenBSD: ftpd.c,v 1.158 2004/11/28 19:36:48 henning Exp $";
#endif
#endif /* not lint */
@@ -126,7 +126,7 @@ static const char rcsid[] =
#include "extern.h"
#include "monitor.h"
-static char version[] = "Version 6.5/OpenBSD";
+static char version[] = "Version 6.6/OpenBSD";
extern off_t restart_point;
extern char cbuf[];