about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-27 09:43:15 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-27 09:43:15 +0000
commit115ea67b5165b15478e1d0056ccb29236bdf3007 (patch)
treeb1bf25a19ce6ac4c281215573aac6a242cc06ff3 /ext
parent096321d515356025c9f039ff4d2a1a1dd13b2d29 (diff)
downloadunicorn-115ea67b5165b15478e1d0056ccb29236bdf3007.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@806 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 7a84db8..bc737ef 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -384,7 +384,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 1.0.2");
+  DEF_GLOBAL(mongrel_version, "Mongrel 1.1");
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");