aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/version.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-07 13:37:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-07 13:37:13 +0000
commit1acd54a5b44639ecb0bd0e37545a2e862df2b9a7 (patch)
tree7478157aca4a4acc45120aa5000573e1e17d210c /activesupport/lib/active_support/version.rb
parent7f02cdd4a0cf4596e0f6fe99849486c43b87024a (diff)
downloadrails-1acd54a5b44639ecb0bd0e37545a2e862df2b9a7.tar.gz
rails-1acd54a5b44639ecb0bd0e37545a2e862df2b9a7.tar.bz2
rails-1acd54a5b44639ecb0bd0e37545a2e862df2b9a7.zip
Make ready for 2.0.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 d44e7cfdfa..913198f1e2 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 = 0
+ TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end