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


git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6716 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Thu May 10 20:58:44 -0700 2007
commit  9ce2af63e24b528aa51b3ad1b45b285bd1fe3c8c
tree    1c7372e74f40f5938d1ab5c464f44532acb4dfeb
parent  bcc9a9ea6eabac0435c7d6175e616147106e324d
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.99.1 (2.0 Preview 2)* May 10, 2007
0
 
0
 * Fix some documentation typos [eventualbuddha]
0
 
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ module Capistrano
0
 
0
     MAJOR = 1
0
     MINOR = 99
0
- TINY = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join(".")
0
     

Comments

    No one has commented yet.