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@8939 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Wed Feb 27 19:42:55 -0800 2008
commit  e18662298b7f88d87f61c621492b709abd0dcb21
tree    1682bd14df10907906f81378ee52d5c296f27edd
parent  c6c6afc4b3cadd7ecd2533b8518be7b1b7c5b82b
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*2.2.0* February 27, 2008
0
 
0
 * Fix git submodule support to init on sync [halorgium]
0
 
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ module Capistrano
0
     end
0
 
0
     MAJOR = 2
0
- MINOR = 1
0
+ MINOR = 2
0
     TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join(".")

Comments

    No one has commented yet.