diff options
author | Carl Lerche <carllerche@mac.com> | 2009-06-30 14:37:12 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2009-06-30 14:37:12 -0700 |
commit | db3de78a83379ab2a58e0d29fb10622b813a4d44 (patch) | |
tree | 33a948a9b2402c965745dde584c98cc7e5af2054 /activesupport/lib/active_support | |
parent | 132e6d00638dc6370fafa0f1377d3bca17eee2d1 (diff) | |
download | rails-db3de78a83379ab2a58e0d29fb10622b813a4d44.tar.gz rails-db3de78a83379ab2a58e0d29fb10622b813a4d44.tar.bz2 rails-db3de78a83379ab2a58e0d29fb10622b813a4d44.zip |
Bump up the version to 3.0.pre
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 30f598a8de..3ae6150f2d 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 = 3 - TINY = 2 + MAJOR = 3 + MINOR = 0 + TINY = "pre" STRING = [MAJOR, MINOR, TINY].join('.') end |