aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-10-03 11:52:44 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-10-03 11:52:44 -0700
commit5e277c82085f6258b6aa4a19a90c6ea46686af84 (patch)
tree80ceea8d72f837c3fda1f2f286830c7255344565 /activesupport
parent31c79e291f42b1d862df06c552fe002864aae705 (diff)
downloadrails-5e277c82085f6258b6aa4a19a90c6ea46686af84.tar.gz
rails-5e277c82085f6258b6aa4a19a90c6ea46686af84.tar.bz2
rails-5e277c82085f6258b6aa4a19a90c6ea46686af84.zip
bumping version to 3.2.15.rc1
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index 8b9d3bcdca..453f5f8fe2 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -2,8 +2,8 @@ module ActiveSupport
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 14
- PRE = nil
+ TINY = 15
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end