1
0
Fork 0
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:
Jamis Buck 2007-06-29 03:01:28 +00:00
parent 8bb848087e
commit c6b449e3c0
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -12,7 +12,7 @@ module Capistrano
MAJOR = 1
MINOR = 99
TINY = 2
TINY = 3
STRING = [MAJOR, MINOR, TINY].join(".")