diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-30 19:34:33 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-30 19:34:33 -0300 |
commit | 69465d9f7cf1a2b58520a2382694e465cd7762de (patch) | |
tree | 343a7c4bb428b79e84cb85625e04696b47cd874a /activerecord | |
parent | dffbb521a0d00c8673a3ad6e0e8ff526f32daf4e (diff) | |
parent | 45d6cd94b3ef2ec77166def41f29188445b35608 (diff) | |
download | rails-69465d9f7cf1a2b58520a2382694e465cd7762de.tar.gz rails-69465d9f7cf1a2b58520a2382694e465cd7762de.tar.bz2 rails-69465d9f7cf1a2b58520a2382694e465cd7762de.zip |
Merge branch '3-2-3' into 3-2-stable
Diffstat (limited to 'activerecord')
-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 17e755323b..cf82eea47a 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 = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |