diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-04-21 17:06:16 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-04-21 17:06:16 +0000 |
commit | 635c7f43ddb4f3f3bd52698fcaf97e262b1738be (patch) | |
tree | f3a448651ebfa099cee4020a86c869f7f0fde15f /activesupport/lib | |
parent | 15741451855c80f775c0237cc9bcacf55666e136 (diff) | |
download | rails-635c7f43ddb4f3f3bd52698fcaf97e262b1738be.tar.gz rails-635c7f43ddb4f3f3bd52698fcaf97e262b1738be.tar.bz2 rails-635c7f43ddb4f3f3bd52698fcaf97e262b1738be.zip |
Run with the latest versions so beta gems will work
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6548 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 8e0ef72982..d254873f71 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 = 1 - MINOR = 3 - TINY = 1 + MINOR = 4 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end |