public
Description: Remote multi-server automation tool
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
Version bump.

This is for the first 2.4.0 preview release.
jamis (author)
Thu Jun 05 21:01:39 -0700 2008
commit  1b7525e362a4c9735cdb0f502f21e0f323e33a75
tree    534d002ababb738a857374c33dd5c2976b971587
parent  cf64e4013c9a317911f2b1ceb66611e289377cb5
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*unreleased*
0
+*2.4.0 Preview Release #1* (2.3.101) June 5, 2008
0
 
0
 * Only make deploy:start, deploy:stop, and deploy:restart try sudo as :runner. The other sudo-enabled tasks (deploy:setup, deploy:cleanup, etc.) will now use the :admin_runner user (which by default is unset). [Jamis Buck]
0
 
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Capistrano
0
   module Version #:nodoc:
0
     MAJOR = 2
0
     MINOR = 3
0
- TINY = 0
0
+ TINY = 101
0
 
0
     STRING = [MAJOR, MINOR, TINY].join(".")
0
   end

Comments

    No one has commented yet.