aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-11-17 00:32:16 +0000
committerMarcel Molina <marcel@vernix.org>2005-11-17 00:32:16 +0000
commit5cb2aa722deea44a9aac1ec2469611759a22bf75 (patch)
treee7c599bf4e3a995151ece6a9696bc93b96becb3b /activesupport/Rakefile
parentfc51104fe27cf5ff9a420d43ea59adccfc8846c8 (diff)
downloadrails-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/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index af9ddee98c..0666f62c36 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -6,7 +6,7 @@ require File.join(File.dirname(__FILE__), 'lib', 'active_support', 'version')
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'activesupport'
-PKG_VERSION = ActiveSupport::Version::STRING + PKG_BUILD
+PKG_VERSION = ActiveSupport::VERSION::STRING + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
RELEASE_NAME = "REL #{PKG_VERSION}"