diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-25 12:01:41 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-25 12:01:41 +0000 |
commit | 8ce1b586cd0ffe2f2e3ab39d24b7e693b75d9783 (patch) | |
tree | aab619048df330eff7d27cb231c554184ce31389 /win32 | |
parent | 0f6766adfb58842509d45f98059bfee675fe571a (diff) | |
download | ruby-8ce1b586cd0ffe2f2e3ab39d24b7e693b75d9783.tar.gz ruby-8ce1b586cd0ffe2f2e3ab39d24b7e693b75d9783.tar.xz ruby-8ce1b586cd0ffe2f2e3ab39d24b7e693b75d9783.zip |
* version.c (ruby_show_copyright): obtain copyright year from
RUBY_RELEASE_YEAR.
* win32/resource.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r-- | win32/resource.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/resource.rb b/win32/resource.rb index 62defb1d8..0bfebf2d6 100644 --- a/win32/resource.rb +++ b/win32/resource.rb @@ -78,7 +78,7 @@ BEGIN VALUE "FileVersion", "#{fversion}\\0" VALUE "Home Page", "http://www.ruby-lang.org/\\0" VALUE "InternalName", "#{base + ext}\\0" - VALUE "LegalCopyright", "Copyright (C) 1993-2003 Yukihiro Matsumoto\\0" + VALUE "LegalCopyright", "Copyright (C) 1993-#{RUBY_RELEASE_DATE[/\d+/]} Yukihiro Matsumoto\\0" VALUE "OriginalFilename", "#{base + ext}\\0" VALUE "Platform", "#{RUBY_PLATFORM}\\0" VALUE "ProductVersion", "#{fversion}\\0" |