1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

capistrano version bump, set release date in changelog

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@3797 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2006-03-06 18:08:20 +00:00
parent edfccb39c5
commit 3710ba54ce
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
*1.0.2* *SVN*
*1.1.0* (March 6th, 2006)
* Simplify the generated capistrano.rake file, and make it easier to customize

View file

@ -19,8 +19,8 @@ module Capistrano
end
MAJOR = 1
MINOR = 0
TINY = 1
MINOR = 1
TINY = 0
STRING = [MAJOR, MINOR, TINY].join(".")