aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-10-29 14:38:23 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-10-29 14:38:23 -0200
commitfdfb3990cde29c48554551d1309b06c8ef584f32 (patch)
treedaa36777205c227bd1e006a2e69297313c75be20 /activesupport/lib/active_support
parent6ed23ea5d4969e25707bdf22dfcbc355e5daf194 (diff)
downloadrails-fdfb3990cde29c48554551d1309b06c8ef584f32.tar.gz
rails-fdfb3990cde29c48554551d1309b06c8ef584f32.tar.bz2
rails-fdfb3990cde29c48554551d1309b06c8ef584f32.zip
Bump to 3.2.9.rc1
Diffstat (limited to 'activesupport/lib/active_support')
-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 03074bebc6..b78a5f789d 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 = 8
- PRE = nil
+ TINY = 9
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end