From 6beff3f81a0bc69a70c4a75d3f52dcd58c019f66 Mon Sep 17 00:00:00 2001 From: evanweaver Date: Sat, 15 Dec 2007 05:43:30 +0000 Subject: update hardcoded version strings for 1-1-2 git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/branches/stable_1-1@907 19e92222-5c0b-0410-8929-a290d50e31e9 --- ext/http11/http11.c | 2 +- lib/mongrel/const.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/http11/http11.c b/ext/http11/http11.c index e59b248..b93a715 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.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"); diff --git a/lib/mongrel/const.rb b/lib/mongrel/const.rb index 6c6742b..1ceb332 100644 --- a/lib/mongrel/const.rb +++ b/lib/mongrel/const.rb @@ -65,7 +65,7 @@ module Mongrel REQUEST_URI='REQUEST_URI'.freeze REQUEST_PATH='REQUEST_PATH'.freeze - MONGREL_VERSION="1.1.1".freeze + MONGREL_VERSION="1.1.2".freeze MONGREL_TMP_BASE="mongrel".freeze -- cgit v1.2.3-24-ge0c7