Changeset 6716
- Timestamp:
- 05/11/07 03:58:44 (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
r6715 r6716 1 * SVN*1 *1.99.1 (2.0 Preview 2)* May 10, 2007 2 2 3 3 * Fix some documentation typos [eventualbuddha] tools/capistrano/lib/capistrano/version.rb
r6315 r6716 13 13 MAJOR = 1 14 14 MINOR = 99 15 TINY = 015 TINY = 1 16 16 17 17 STRING = [MAJOR, MINOR, TINY].join(".")