From 5cb2aa722deea44a9aac1ec2469611759a22bf75 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Thu, 17 Nov 2005 00:32:16 +0000 Subject: Rename Version constant to VERSION. Closes #2802. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3065 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 73e5693294..b9d751e744 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -1,5 +1,5 @@ module ActiveSupport - module Version #:nodoc: + module VERSION #:nodoc: MAJOR = 1 MINOR = 2 TINY = 3 -- cgit v1.2.3