aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-12-19 18:34:57 -0600
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-12-19 18:34:57 -0600
commit9d6e52b55ec67d0573a0bb1900b13f38e18f7eba (patch)
tree20531cf522c4f619c60da8852873063cc50a370d /activesupport/lib
parent1e941dde7c766fe298c1005139541c91a9f1434b (diff)
downloadrails-9d6e52b55ec67d0573a0bb1900b13f38e18f7eba.tar.gz
rails-9d6e52b55ec67d0573a0bb1900b13f38e18f7eba.tar.bz2
rails-9d6e52b55ec67d0573a0bb1900b13f38e18f7eba.zip
Party like its R-C-UNO!
Diffstat (limited to 'activesupport/lib')
-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 bd8e7f907a..f1387c9f39 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 = 0
- PRE = "beta"
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end