aboutsummaryrefslogtreecommitdiffstats
path: root/version.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-29 13:12:44 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-29 13:12:44 -0300
commit5284e650be321273a2bb68bf4baa8adeb6bc586b (patch)
tree4cdff01f7bf63520493ba3dfe2540fc9affbf467 /version.rb
parentb395ca1fda3a3a41714511b111d353b8dade3b6c (diff)
downloadrails-5284e650be321273a2bb68bf4baa8adeb6bc586b.tar.gz
rails-5284e650be321273a2bb68bf4baa8adeb6bc586b.tar.bz2
rails-5284e650be321273a2bb68bf4baa8adeb6bc586b.zip
Bumping to 3.2.3.rc2
Diffstat (limited to 'version.rb')
-rw-r--r--version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.rb b/version.rb
index 2ba398f4de..9cbb7591f5 100644
--- a/version.rb
+++ b/version.rb
@@ -3,7 +3,7 @@ module Rails
MAJOR = 3
MINOR = 2
TINY = 3
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end