aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-05 00:59:57 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-05 00:59:57 +0000
commit0633bb865bc755d4a67d6ade8ca588d2f3107b0f (patch)
tree06a21a73a82e5f9cbe6b68c2cf528ec15d95a9c6 /activesupport/lib/active_support
parent545053856367b7ac42f556c113a23252d3e55c5a (diff)
downloadrails-0633bb865bc755d4a67d6ade8ca588d2f3107b0f.tar.gz
rails-0633bb865bc755d4a67d6ade8ca588d2f3107b0f.tar.bz2
rails-0633bb865bc755d4a67d6ade8ca588d2f3107b0f.zip
Update versions to match latest from stable
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3543 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support')
-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 b9d751e744..6b3cff2e23 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 = 2
- TINY = 3
+ TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.')
end