about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-30 21:25:14 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-30 21:25:14 +0000
commit111af72fbbbc64438a74ca035eacc1691d895ea1 (patch)
treebb7175b7f6a667e071fcef80f679bd131361f790 /ext
parentddd5c9a46cfbb471f83a50d0a890a55628c22738 (diff)
downloadunicorn-111af72fbbbc64438a74ca035eacc1691d895ea1.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@269 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 f3f688b..58f2307 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -539,7 +539,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.2");
+  DEF_GLOBAL(mongrel_version, "Mongrel 0.3.13.3");
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");