mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 19:14:00 +02:00
merge revision(s) bdb7345ce9
:
Use compiled instead of complied Capitalize creates --- lib/mkmf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
parent
82b6b9c512
commit
1ccdd9ee57
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ module MakeMakefile
|
|||
C_EXT = %w[c m]
|
||||
|
||||
##
|
||||
# Extensions for files complied with a C++ compiler
|
||||
# Extensions for files compiled with a C++ compiler
|
||||
|
||||
CXX_EXT = %w[cc mm cxx cpp]
|
||||
unless File.exist?(File.join(*File.split(__FILE__).tap {|d, b| b.swapcase}))
|
||||
|
@ -2114,7 +2114,7 @@ preload = #{defined?($preload) && $preload ? $preload.join(' ') : ''}
|
|||
end
|
||||
# :startdoc:
|
||||
|
||||
# creates a stub Makefile.
|
||||
# Creates a stub Makefile.
|
||||
#
|
||||
def dummy_makefile(srcdir)
|
||||
configuration(srcdir) << <<RULES << CLEANINGS
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||
#define RUBY_VERSION_TEENY 3
|
||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||
#define RUBY_PATCHLEVEL 128
|
||||
#define RUBY_PATCHLEVEL 129
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2022
|
||||
#define RUBY_RELEASE_MONTH 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue