diff options
author | Marcel Molina <marcel@vernix.org> | 2005-11-17 00:32:16 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-11-17 00:32:16 +0000 |
commit | 5cb2aa722deea44a9aac1ec2469611759a22bf75 (patch) | |
tree | e7c599bf4e3a995151ece6a9696bc93b96becb3b /activesupport/CHANGELOG | |
parent | fc51104fe27cf5ff9a420d43ea59adccfc8846c8 (diff) | |
download | rails-5cb2aa722deea44a9aac1ec2469611759a22bf75.tar.gz rails-5cb2aa722deea44a9aac1ec2469611759a22bf75.tar.bz2 rails-5cb2aa722deea44a9aac1ec2469611759a22bf75.zip |
Rename Version constant to VERSION. Closes #2802.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3065 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index d9a94b47d1..5aa7d23de3 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,3 +1,7 @@ +*SVN* + +* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.] + *1.2.3* (November 7th, 2005) * Change Inflector#constantize to use eval instead of const_get. [Nicholas Seckar] |