about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-12-20 01:26:14 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-12-20 01:26:14 +0000
commit7b66ef5c50042b8731212d8e60d050d083abe4a7 (patch)
treef7a300f923e55f2d6116c5079cb4e0576ca234b5 /ext
parent9308fb23a3add751d7614919723f72c017e6757f (diff)
downloadunicorn-7b66ef5c50042b8731212d8e60d050d083abe4a7.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@482 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext')
-rw-r--r--ext/http11/http11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http11/http11.c b/ext/http11/http11.c
index 0425f9e..fa754f6 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -556,7 +556,7 @@ void Init_http11()
   DEF_GLOBAL(server_protocol, "SERVER_PROTOCOL");
   DEF_GLOBAL(server_protocol_value, "HTTP/1.1");
   DEF_GLOBAL(http_host, "HTTP_HOST");
-  DEF_GLOBAL(mongrel_version, "Mongrel 0.3.20");
+  DEF_GLOBAL(mongrel_version, "Mongrel 1.0");
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");