aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/version.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-05-31 17:03:03 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-05-31 17:03:03 -0700
commitf9db7695fe3c148c8d1077f1564e5b94d126b83b (patch)
tree3f9d63095f88c0537a0f2e9865833f4010131dda /activesupport/lib/active_support/version.rb
parentef0ea782b1f5cf7b08e74ea3002a16c708f66645 (diff)
downloadrails-f9db7695fe3c148c8d1077f1564e5b94d126b83b.tar.gz
rails-f9db7695fe3c148c8d1077f1564e5b94d126b83b.tar.bz2
rails-f9db7695fe3c148c8d1077f1564e5b94d126b83b.zip
Making ready for release of 2.1
Diffstat (limited to 'activesupport/lib/active_support/version.rb')
-rw-r--r--activesupport/lib/active_support/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index f3d141cf72..b346459a9b 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -1,8 +1,8 @@
module ActiveSupport
module VERSION #:nodoc:
MAJOR = 2
- MINOR = 0
- TINY = 991
+ MINOR = 1
+ TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end