diff options
| author | mrg <mrg@NetBSD.org> | 2014-12-25 18:53:06 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2014-12-25 18:53:06 +0000 |
| commit | 9defdc3dcd66d90008bd17ad2f13fae7c5166ef1 (patch) | |
| tree | 26992745c0f0ef0ff5b19b5c73f79dc8fb34e550 /libexec/httpd | |
| parent | bc644a5e399dfb4106572fb9b2bad7eba3799508 (diff) | |
call this 20141225.
Diffstat (limited to 'libexec/httpd')
| -rw-r--r-- | libexec/httpd/bozohttpd.8 | 6 | ||||
| -rw-r--r-- | libexec/httpd/bozohttpd.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libexec/httpd/bozohttpd.8 b/libexec/httpd/bozohttpd.8 index b11102a5bc6..c5e5e562afc 100644 --- a/libexec/httpd/bozohttpd.8 +++ b/libexec/httpd/bozohttpd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: bozohttpd.8,v 1.46 2014/02/09 12:32:32 mrg Exp $ +.\" $NetBSD: bozohttpd.8,v 1.47 2014/12/25 18:53:06 mrg Exp $ .\" .\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $ .\" @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd February 9, 2014 +.Dd December 25, 2025 .Dt HTTPD 8 .Os .Sh NAME @@ -513,7 +513,7 @@ The focus has always been simplicity and security, with minimal features and regular code audits. This manual documents .Nm -version 20140201. +version 20141225. .Sh AUTHORS .An -nosplit .Nm diff --git a/libexec/httpd/bozohttpd.c b/libexec/httpd/bozohttpd.c index c4cff082c01..5b2a4591016 100644 --- a/libexec/httpd/bozohttpd.c +++ b/libexec/httpd/bozohttpd.c @@ -1,4 +1,4 @@ -/* $NetBSD: bozohttpd.c,v 1.59 2014/11/21 08:58:28 shm Exp $ */ +/* $NetBSD: bozohttpd.c,v 1.60 2014/12/25 18:53:06 mrg Exp $ */ /* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */ @@ -109,7 +109,7 @@ #define INDEX_HTML "index.html" #endif #ifndef SERVER_SOFTWARE -#define SERVER_SOFTWARE "bozohttpd/20141009" +#define SERVER_SOFTWARE "bozohttpd/20141225" #endif #ifndef DIRECT_ACCESS_FILE #define DIRECT_ACCESS_FILE ".bzdirect" |
