aboutsummaryrefslogtreecommitdiffstats
path: root/version.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-01-04 18:59:41 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-01-04 18:59:41 -0200
commitd268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2 (patch)
treec3356ff513debf3c242846f639bdfefa14d769ca /version.rb
parent0b24dc9148e4ec0487705dac666254301b30498a (diff)
downloadrails-d268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2.tar.gz
rails-d268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2.tar.bz2
rails-d268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2.zip
Bump to 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 9844cbe34b..d1440ea90c 100644
--- a/version.rb
+++ b/version.rb
@@ -3,7 +3,7 @@ module Rails
MAJOR = 3
MINOR = 2
TINY = 0
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end