about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-08 00:52:20 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-08 00:52:20 +0000
commit5bf3bca4955c64ad5d2f03c0b717f8924e234830 (patch)
tree6847d0a5ce9b2c7e1f35566b3fec2a95cf9665a5 /Rakefile
parentc24a58c9ab3c618f3c96b8374c66fb080081479a (diff)
downloadunicorn-5bf3bca4955c64ad5d2f03c0b717f8924e234830.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@87 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 cfde780..076a328 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,7 +31,7 @@ end
 
 setup_extension("http11", "http11")
 
-version="0.3.9"
+version="0.3.10"
 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"