diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2010-06-08 14:46:26 -0400 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-06-08 14:47:02 -0400 |
commit | 32d4330b8185caa05af6ae69b0769b34b5e159eb (patch) | |
tree | cfda1c0445d91526a7b6eadbd83a4d7cbeff3d64 /activesupport | |
parent | 585f8f27b190637fd0bad67d7d611eed5ae262e7 (diff) | |
download | rails-32d4330b8185caa05af6ae69b0769b34b5e159eb.tar.gz rails-32d4330b8185caa05af6ae69b0769b34b5e159eb.tar.bz2 rails-32d4330b8185caa05af6ae69b0769b34b5e159eb.zip |
Get ready for beta 4
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 2 | ||||
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 0e24cc138a..6566d3fa06 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,4 +1,4 @@ -*Rails 3.0.0 [beta 4/release candidate] (unreleased)* +*Rails 3.0.0 [beta 4] (June 8th, 2010)* * Extracted String#truncate from TextHelper#truncate [DHH] diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 538a8b87c6..52612c27cb 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -3,7 +3,7 @@ module ActiveSupport MAJOR = 3 MINOR = 0 TINY = 0 - BUILD = "beta3" + BUILD = "beta4" STRING = [MAJOR, MINOR, TINY, BUILD].join('.') end |