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@7036 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Fri Jun 15 19:52:43 -0700 2007
commit  98e87d56d153775ff0e1034e68a31b6c54024503
tree    d21328eeb7dac3c718335879f0a9d510d8330d85
parent  e9cf802b824e2d4adbe86ea4db9bd8d008343c5c
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.99.2 (2.0 Preview 3)* June 15, 2007
0
 
0
 * CVS SCM module [Brian Phillips]
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 = 1
0
+ TINY = 2
0
 
0
     STRING = [MAJOR, MINOR, TINY].join(".")
0
     

Comments

    No one has commented yet.