diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-08-03 11:01:50 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-08-03 11:01:50 -0300 |
commit | 65b5e35e898ac09a50b61c671d98a3cf92453003 (patch) | |
tree | 679b225b8db2fec91499738ab80993abc8c90690 /activerecord/lib | |
parent | 5f9ae95e9be8d81ab37e02f97435f28d3aed6923 (diff) | |
download | rails-65b5e35e898ac09a50b61c671d98a3cf92453003.tar.gz rails-65b5e35e898ac09a50b61c671d98a3cf92453003.tar.bz2 rails-65b5e35e898ac09a50b61c671d98a3cf92453003.zip |
Bump to 3.2.8.rc2
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index 9dea5ae187..1250bd9e87 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -3,7 +3,7 @@ module ActiveRecord MAJOR = 3 MINOR = 2 TINY = 8 - PRE = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |