aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-02-27 12:19:06 -0800
committerSteve Klabnik <steve@steveklabnik.com>2013-02-27 12:19:06 -0800
commit5ca59b02d1cc80f3463eef062ced079eb1b3998c (patch)
tree7962d0d01e8f736c71fde12c1a266760a3b14b95 /activesupport/lib
parent23434f6162304292e8c4e28f2744e2cce719b372 (diff)
downloadrails-5ca59b02d1cc80f3463eef062ced079eb1b3998c.tar.gz
rails-5ca59b02d1cc80f3463eef062ced079eb1b3998c.tar.bz2
rails-5ca59b02d1cc80f3463eef062ced079eb1b3998c.zip
Preparing for 3.2.13.rc1 release
Diffstat (limited to 'activesupport/lib')
-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 2230c5b78e..2e1c2ac36e 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 = 12
- PRE = nil
+ TINY = 13
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end