about summary refs log tree commit homepage
path: root/ext/http11
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-09-22 08:16:54 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-09-22 08:16:54 +0000
commite1d423ab4d835b8eea4e42444cc189bcdf79ec95 (patch)
treeaaf05aed8a91fe5b6a3bb23b00e03c97bd281bcd /ext/http11
parent5f0c661e6a08793180e9b4414da4b197b33b0c78 (diff)
downloadunicorn-e1d423ab4d835b8eea4e42444cc189bcdf79ec95.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@349 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext/http11')
-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 46a47be..717c642 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.13.4");
+  DEF_GLOBAL(mongrel_version, "Mongrel 0.3.13.5");
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");