aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-02-27 14:46:23 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-02-27 14:46:23 +0100
commit77b0994c7835610982d708ce7ce5cd95e6e99e5a (patch)
treeb1540f70848d50968d2e97b74bd966a4ec0a5164 /activesupport
parentff894b55dd787af1d6284567f2a898090aae64ca (diff)
downloadrails-77b0994c7835610982d708ce7ce5cd95e6e99e5a.tar.gz
rails-77b0994c7835610982d708ce7ce5cd95e6e99e5a.tar.bz2
rails-77b0994c7835610982d708ce7ce5cd95e6e99e5a.zip
Prep for RC2 later today
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG2
-rw-r--r--activesupport/lib/active_support/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 70bea27cd1..5d9b77bbf5 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,4 +1,4 @@
-*Edge*
+*2.3.1 [RC2] (February 27th, 2009)*
* Update bundled memcache-client from 1.5.0.5 to 1.6.4.99. See http://www.mikeperham.com/2009/02/15/memcache-client-performance/ [Mike Perham]
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index 3e2b29b327..8b65fffa08 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -2,7 +2,7 @@ module ActiveSupport
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
- TINY = 0
+ TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end