mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
merge revision(s) 2767cb2825
:
Now fake.rb is needed to prepare sources --- tool/make-snapshot | 1 + 1 file changed, 1 insertion(+)
This commit is contained in:
parent
9b1cf2c258
commit
09c8604be8
2 changed files with 2 additions and 1 deletions
|
@ -436,6 +436,7 @@ def package(vcs, rev, destdir, tmp = nil)
|
||||||
# use fallback file
|
# use fallback file
|
||||||
end
|
end
|
||||||
clean.create("config.status", status)
|
clean.create("config.status", status)
|
||||||
|
clean.create("noarch-fake.rb")
|
||||||
FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
|
FileUtils.mkpath(hdrdir = "#{extout}/include/ruby")
|
||||||
File.binwrite("#{hdrdir}/config.h", "")
|
File.binwrite("#{hdrdir}/config.h", "")
|
||||||
FileUtils.mkpath(defaults = "#{extout}/rubygems/defaults")
|
FileUtils.mkpath(defaults = "#{extout}/rubygems/defaults")
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||||
#define RUBY_VERSION_TEENY 3
|
#define RUBY_VERSION_TEENY 3
|
||||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||||
#define RUBY_PATCHLEVEL 106
|
#define RUBY_PATCHLEVEL 107
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2022
|
#define RUBY_RELEASE_YEAR 2022
|
||||||
#define RUBY_RELEASE_MONTH 10
|
#define RUBY_RELEASE_MONTH 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue