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@7154 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Thu Jun 28 20:01:28 -0700 2007
commit  5248dee7e15e58dbf9836833a723cc1fc1c80ab3
tree    7a4f3644c30e86a792a957bdcd8adf22097af2af
parent  58c7b7aa3b144ae09a1c654ed9076e30c8618c6a
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.99.3 (2.0 Preview 4)* June 28, 2007
0
 
0
 * Don't break task descriptions on a period that appears in the middle of a sentence [Jamis Buck]
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 = 2
0
+ TINY = 3
0
 
0
     STRING = [MAJOR, MINOR, TINY].join(".")
0
     

Comments

    No one has commented yet.