diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-05-11 18:29:44 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-05-11 18:29:44 -0500 |
commit | b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9 (patch) | |
tree | 8837404cc740b0c937f873ff89eadb6bdb6d72be /activesupport/lib/active_support | |
parent | f1b6e1ae614ed98362d8b86c111ed1bd73d995ef (diff) | |
download | rails-b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9.tar.gz rails-b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9.tar.bz2 rails-b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9.zip |
Making ready for RC1 release
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 83fbaec62c..f3d141cf72 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -2,7 +2,7 @@ module ActiveSupport module VERSION #:nodoc: MAJOR = 2 MINOR = 0 - TINY = 2 + TINY = 991 STRING = [MAJOR, MINOR, TINY].join('.') end |