about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorwayneeseguin <wayneeseguin@19e92222-5c0b-0410-8929-a290d50e31e9>2007-12-16 21:42:53 +0000
committerwayneeseguin <wayneeseguin@19e92222-5c0b-0410-8929-a290d50e31e9>2007-12-16 21:42:53 +0000
commite74d69786c99c8a17d8365e06cffb622b864f329 (patch)
tree1cc4e89f72696404f13329abe8e82bd160830dce /ext
parent28dfa968049c714ba53fefc46100d13e6674c55e (diff)
downloadunicorn-e74d69786c99c8a17d8365e06cffb622b864f329.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@916 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 00325a2..ad5bf5f 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -391,7 +391,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.1.1"); /* XXX Why is this defined here? */
+  DEF_GLOBAL(mongrel_version, "Mongrel 1.1.2"); /* XXX Why is this defined here? */
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");