Changeset 7881
- Timestamp:
- 10/14/07 16:04:18 (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
r7878 r7881 1 * SVN*1 *2.1.0* October 14, 2007 2 2 3 3 * Default to 0664 instead of 0660 on upload [Jamis Buck] tools/capistrano/lib/capistrano/version.rb
r7392 r7881 12 12 13 13 MAJOR = 2 14 MINOR = 015 TINY = 10014 MINOR = 1 15 TINY = 0 16 16 17 17 STRING = [MAJOR, MINOR, TINY].join(".")