public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Bump version number to 0.5.5
macournoyer (author)
Sun Jan 20 20:59:07 -0800 2008
commit  c06d16415c8b47870513ba44b508c29857790df6
tree    148a32fdbcc756a2ea3900163c97a28ed55d898f
parent  a6b4cae783e97e083a63221b4fa4878c4b5f0198
...
2
3
4
5
 
6
7
8
9
 
10
11
...
2
3
4
 
5
6
7
8
 
9
10
11
0
@@ -2,11 +2,11 @@
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 5
0
- TINY = 4
0
+ TINY = 5
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
     
0
- CODENAME = 'Flying Mustard'
0
+ CODENAME = 'Pony'
0
   end
0
 end

Comments

    No one has commented yet.