diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-10-12 16:03:54 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-10-12 16:03:54 +0000 |
commit | faff774f9d48095163161562480dfb426c0462f9 (patch) | |
tree | b2d5ea57c1e6f5336ea643bba852a5115ce6d7cb /activesupport | |
parent | 493a2db4478759bf00875936b0aa277fb560093b (diff) | |
download | rails-faff774f9d48095163161562480dfb426c0462f9.tar.gz rails-faff774f9d48095163161562480dfb426c0462f9.tar.bz2 rails-faff774f9d48095163161562480dfb426c0462f9.zip |
Update versions here too
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7843 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 82c53090b5..ff80ec6b13 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 = 1 MINOR = 4 - TINY = 3 + TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end |