aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/version.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-01 17:50:48 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-01 17:50:48 -0300
commitfcccbacec1d25188619f597bbb75505c79084bc3 (patch)
tree7634291abda085a766ccf21e2603ce72bcd0b1bf /activerecord/lib/active_record/version.rb
parentf50a5d2eee6ffba0918bfe6a11b99f1f9fa6c58f (diff)
downloadrails-fcccbacec1d25188619f597bbb75505c79084bc3.tar.gz
rails-fcccbacec1d25188619f597bbb75505c79084bc3.tar.bz2
rails-fcccbacec1d25188619f597bbb75505c79084bc3.zip
Bump to 3.2.8.rc1
Diffstat (limited to 'activerecord/lib/active_record/version.rb')
-rw-r--r--activerecord/lib/active_record/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb
index a0ac059536..9dea5ae187 100644
--- a/activerecord/lib/active_record/version.rb
+++ b/activerecord/lib/active_record/version.rb
@@ -2,8 +2,8 @@ module ActiveRecord
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 7
- PRE = nil
+ TINY = 8
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end