mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
version bump
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7154 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
8bb848087e
commit
c6b449e3c0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
*SVN*
|
||||
*1.99.3 (2.0 Preview 4)* June 28, 2007
|
||||
|
||||
* Don't break task descriptions on a period that appears in the middle of a sentence [Jamis Buck]
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ module Capistrano
|
|||
|
||||
MAJOR = 1
|
||||
MINOR = 99
|
||||
TINY = 2
|
||||
TINY = 3
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue