aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-30 19:22:28 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-30 19:22:28 -0300
commit45d6cd94b3ef2ec77166def41f29188445b35608 (patch)
tree96e547a8b960095082a28e2cd87b428f8925e569 /activesupport/lib/active_support
parent5c7bb86a1bafbc6f067452768f37e566d6020918 (diff)
downloadrails-45d6cd94b3ef2ec77166def41f29188445b35608.tar.gz
rails-45d6cd94b3ef2ec77166def41f29188445b35608.tar.bz2
rails-45d6cd94b3ef2ec77166def41f29188445b35608.zip
Bump up to 3.2.3
Diffstat (limited to 'activesupport/lib/active_support')
-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 57cd9cc1b3..871af46e3e 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 = 3
- PRE = "rc2"
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end