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

version bump

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7036 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2007-06-16 02:52:43 +00:00
parent e0bcf92d20
commit 24e73606cb
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
*SVN*
*1.99.2 (2.0 Preview 3)* June 15, 2007
* CVS SCM module [Brian Phillips]

View file

@ -12,7 +12,7 @@ module Capistrano
MAJOR = 1
MINOR = 99
TINY = 1
TINY = 2
STRING = [MAJOR, MINOR, TINY].join(".")