aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/version.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-11-07 19:40:27 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-11-07 19:40:27 +0000
commitcd2b9a949880d89d623816080cf6dea79a32f415 (patch)
tree91ff43b2b52148ea16b8d70ecf1dd5f0bb4e5264 /activesupport/lib/active_support/version.rb
parent5334d89e770fd72420cdb3c46b674fca711fccf9 (diff)
downloadrails-cd2b9a949880d89d623816080cf6dea79a32f415.tar.gz
rails-cd2b9a949880d89d623816080cf6dea79a32f415.tar.bz2
rails-cd2b9a949880d89d623816080cf6dea79a32f415.zip
Made ready for 0.14.3 (RC4)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2930 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/version.rb')
-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 92db31a4d7..73e5693294 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 = 2
+ TINY = 3
STRING = [MAJOR, MINOR, TINY].join('.')
end