aboutsummaryrefslogtreecommitdiffstats
path: root/version.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-11-01 15:37:58 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-11-01 15:37:58 -0200
commitde3dff317010df12d15225f2bca4a7e914eb596c (patch)
tree4a2791655e77390c4121ce817485f9ad6ae5b7f1 /version.rb
parentc368b660be2433e291a2c87b3eb3de3dfac397ef (diff)
downloadrails-de3dff317010df12d15225f2bca4a7e914eb596c.tar.gz
rails-de3dff317010df12d15225f2bca4a7e914eb596c.tar.bz2
rails-de3dff317010df12d15225f2bca4a7e914eb596c.zip
Bump to 3.2.9.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 fe54fb329b..8a295801af 100644
--- a/version.rb
+++ b/version.rb
@@ -3,7 +3,7 @@ module Rails
MAJOR = 3
MINOR = 2
TINY = 9
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end