aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-11-29 00:27:53 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-11-29 00:27:53 +0000
commit54a75de3ecabf5dd07a60c27d21fc4e0671904c0 (patch)
treedb13dd66f171915887fd9483d041b3101be810e4 /activesupport
parent3a3e7efee9443fad159dc88a670ad28f12b98438 (diff)
downloadrails-54a75de3ecabf5dd07a60c27d21fc4e0671904c0.tar.gz
rails-54a75de3ecabf5dd07a60c27d21fc4e0671904c0.tar.bz2
rails-54a75de3ecabf5dd07a60c27d21fc4e0671904c0.zip
Prep for RC2
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8233 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 c4886f37f7..89fd5b156a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*2.0.0 [RC2]* (November 28th, 2007)
* Added Array#from and Array#to that behaves just from String#from and String#to [DHH]
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index 503294bbaf..008b920714 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 = 1
MINOR = 99
- TINY = 0
+ TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end