Changeset 7154
- Timestamp:
- 06/29/07 03:01:28 (1 year ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/version.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r7153 r7154 1 * SVN*1 *1.99.3 (2.0 Preview 4)* June 28, 2007 2 2 3 3 * Don't break task descriptions on a period that appears in the middle of a sentence [Jamis Buck] tools/capistrano/lib/capistrano/version.rb
r7036 r7154 13 13 MAJOR = 1 14 14 MINOR = 99 15 TINY = 215 TINY = 3 16 16 17 17 STRING = [MAJOR, MINOR, TINY].join(".")