about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-11-15 22:38:33 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-11-15 22:38:33 +0000
commit626e5d819e67b0fd0579937c31f206afbd6b3f8a (patch)
tree67e7e43eca582fb09d8d3c498e4693455843a828 /Rakefile
parent0cadabe74adcfc35499774748f7c38dabe307aab (diff)
downloadunicorn-626e5d819e67b0fd0579937c31f206afbd6b3f8a.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@385 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 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."