summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-11-28 19:36:49 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-11-28 19:36:49 +0000
commite6ca3a76cbe8979846f2c6b4b5ad3e58406a3989 (patch)
treecc8a53847754498592a6f8f42c763c64f3fdaa03 /libexec
parent7d1264511649cf03d9a8b5de8fc1a181a0f76180 (diff)
bump version
Diffstat (limited to 'libexec')
-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[];