about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
-rw-r--r--ext/http11/http11.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 5b5c79c..aa2e920 100644
--- a/Rakefile
+++ b/Rakefile
@@ -54,7 +54,7 @@ setup_extension("http11", "http11")
 setup_extension("optimized_locking", "optimized_locking")
 
 name="mongrel"
-version="0.3.14"
+version="0.3.15"
 
 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 9bc8c7a..b25607b 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -832,7 +832,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.14");
+  DEF_GLOBAL(mongrel_version, "Mongrel 0.3.15");
   DEF_GLOBAL(server_software, "SERVER_SOFTWARE");
   DEF_GLOBAL(port_80, "80");