mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* version.c (ruby_show_copyright): obtain copyright year from
RUBY_RELEASE_YEAR. * win32/resource.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
384df36250
commit
ec37ab2efe
5 changed files with 20 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue