aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/version.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-05-11 18:29:44 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-05-11 18:29:44 -0500
commitb60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9 (patch)
tree8837404cc740b0c937f873ff89eadb6bdb6d72be /activesupport/lib/active_support/version.rb
parentf1b6e1ae614ed98362d8b86c111ed1bd73d995ef (diff)
downloadrails-b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9.tar.gz
rails-b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9.tar.bz2
rails-b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9.zip
Making ready for RC1 release
Diffstat (limited to 'activesupport/lib/active_support/version.rb')
-rw-r--r--activesupport/lib/active_support/version.rb2
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