From b5619586e8f111163ef57b3b09f8efe6d5407d3d Mon Sep 17 00:00:00 2001 From: zedshaw Date: Fri, 17 Nov 2006 22:57:59 +0000 Subject: Version number bump. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@390 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 2 +- ext/http11/http11.c | 2 +- lib/mongrel.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index aa2e920..9a01366 100644 --- a/Rakefile +++ b/Rakefile @@ -54,7 +54,7 @@ setup_extension("http11", "http11") setup_extension("optimized_locking", "optimized_locking") name="mongrel" -version="0.3.15" +version="0.3.16" setup_gem(name, version) do |spec| spec.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps." diff --git a/ext/http11/http11.c b/ext/http11/http11.c index f2c7828..9c623fc 100644 --- a/ext/http11/http11.c +++ b/ext/http11/http11.c @@ -866,7 +866,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.15"); + DEF_GLOBAL(mongrel_version, "Mongrel 0.3.16"); DEF_GLOBAL(server_software, "SERVER_SOFTWARE"); DEF_GLOBAL(port_80, "80"); diff --git a/lib/mongrel.rb b/lib/mongrel.rb index f80e318..4df0e3f 100644 --- a/lib/mongrel.rb +++ b/lib/mongrel.rb @@ -117,7 +117,7 @@ module Mongrel REQUEST_URI='REQUEST_URI'.freeze REQUEST_PATH='REQUEST_PATH'.freeze - MONGREL_VERSION="0.3.15".freeze + MONGREL_VERSION="0.3.16".freeze # TODO: this use of a base for tempfiles needs to be looked at for security problems MONGREL_TMP_BASE="mongrel".freeze -- cgit v1.2.3-24-ge0c7