Changeset 5868
- Timestamp:
- 01/06/07 04:22:41 (2 years 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
r5832 r5868 1 * SVN*1 *1.3.1* (January 5, 2007) 2 2 3 3 * Fix connection problems when using gateways [Ezra Zygmuntowicz] tools/capistrano/lib/capistrano/version.rb
r5779 r5868 21 21 MAJOR = 1 22 22 MINOR = 3 23 TINY = 023 TINY = 1 24 24 25 25 STRING = [MAJOR, MINOR, TINY].join(".")