Module Name:    src
Committed By:   mrg
Date:           Thu Dec 31 04:58:43 UTC 2015

Modified Files:
        src/libexec/httpd: bozohttpd.c

Log Message:
bump the version; we have real fixes now.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/libexec/httpd/bozohttpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/httpd/bozohttpd.c
diff -u src/libexec/httpd/bozohttpd.c:1.76 src/libexec/httpd/bozohttpd.c:1.77
--- src/libexec/httpd/bozohttpd.c:1.76	Tue Dec 29 04:30:33 2015
+++ src/libexec/httpd/bozohttpd.c	Thu Dec 31 04:58:43 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: bozohttpd.c,v 1.76 2015/12/29 04:30:33 mrg Exp $	*/
+/*	$NetBSD: bozohttpd.c,v 1.77 2015/12/31 04:58:43 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/20150501"
+#define SERVER_SOFTWARE		"bozohttpd/20151231"
 #endif
 #ifndef DIRECT_ACCESS_FILE
 #define DIRECT_ACCESS_FILE	".bzdirect"

Reply via email to