mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Version number bump to 0.3.19
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@465 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
3d41662010
commit
a60058fc46
2 changed files with 2 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -53,7 +53,7 @@ task :site => [:site_webgen, :site_rdoc, :site_coverage, :site_projects_rdoc]
|
|||
setup_extension("http11", "http11")
|
||||
|
||||
name="mongrel"
|
||||
version="0.3.18"
|
||||
version="0.3.19"
|
||||
|
||||
setup_gem(name, version) do |spec|
|
||||
spec.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps."
|
||||
|
|
|
@ -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.18");
|
||||
DEF_GLOBAL(mongrel_version, "Mongrel 0.3.19");
|
||||
DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
|
||||
DEF_GLOBAL(port_80, "80");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue