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


git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7881 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Sun Oct 14 09:04:18 -0700 2007
commit  d64f71a2a992de62b05e0b377412241a117844b8
tree    0d991e230d019f2faf762e1d5acf0f34a7a258e2
parent  fd4a01bf7c1ba14db53b82f213275b775dddb054
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*2.1.0* October 14, 2007
0
 
0
 * Default to 0664 instead of 0660 on upload [Jamis Buck]
0
 
...
11
12
13
14
15
 
 
16
17
18
...
11
12
13
 
 
14
15
16
17
18
0
@@ -11,8 +11,8 @@ module Capistrano
0
     end
0
 
0
     MAJOR = 2
0
- MINOR = 0
0
- TINY = 100
0
+ MINOR = 1
0
+ TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join(".")
0
     

Comments

    No one has commented yet.