public
Description: Remote multi-server automation tool. This repository is no longer being actively maintained. Please ask on the mailing list to find someone who has a well-maintained fork. Thanks!
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
Version bump
Jamis Buck (author)
Fri Jun 13 06:52:53 -0700 2008
commit  074d75a00621b276e2bf0a8276c77da0b3cc976f
tree    e1db5ef2e00e670db69da00b08f91fa3ed1c061e
parent  5d1d9d9ddc5c957f057ed866e091ef91ec2129fa
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*unreleased*
0
+*2.4.0* June 13, 2008
0
 
0
 * Added :normalize_asset_timestamps option to deployment, defaulting to true, which allows asset timestamping to be disabled [John Trupiano]
0
 
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module Capistrano
0
   module Version #:nodoc:
0
     MAJOR = 2
0
-    MINOR = 3
0
-    TINY  = 101
0
+    MINOR = 4
0
+    TINY  = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join(".")
0
   end

Comments