about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-04 18:10:57 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-04 18:10:57 +0000
commitc270120143c4f4a09f8d01437e600d186ab2444d (patch)
tree9b0f9d9577e4cb67ce170591e0f94fef25595763 /Rakefile
parent629da1e5d72e377c2d6e656dac6ba5430b3fdef7 (diff)
downloadunicorn-c270120143c4f4a09f8d01437e600d186ab2444d.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@76 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 d5f4a37..581f92c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -30,7 +30,7 @@ end
 
 setup_extension("http11", "http11")
 
-version="0.3.7.1"
+version="0.3.8"
 summary = "A small fast HTTP library and server that runs Rails, Camping, and Nitro apps."
 test_file = "test/test_ws.rb"
 author="Zed A. Shaw"