diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-01-04 18:59:41 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-01-04 18:59:41 -0200 |
commit | d268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2 (patch) | |
tree | c3356ff513debf3c242846f639bdfefa14d769ca /activesupport/lib/active_support | |
parent | 0b24dc9148e4ec0487705dac666254301b30498a (diff) | |
download | rails-d268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2.tar.gz rails-d268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2.tar.bz2 rails-d268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2.zip |
Bump to rc2
Diffstat (limited to 'activesupport/lib/active_support')
-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 f1387c9f39..7a9037ee32 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -3,7 +3,7 @@ module ActiveSupport MAJOR = 3 MINOR = 2 TINY = 0 - PRE = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |