diff --git a/tool/make-snapshot b/tool/make-snapshot index eb6858e906..b04af6a4d2 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -436,6 +436,7 @@ def package(vcs, rev, destdir, tmp = nil) # use fallback file end clean.create("config.status", status) + clean.create("noarch-fake.rb") FileUtils.mkpath(hdrdir = "#{extout}/include/ruby") File.binwrite("#{hdrdir}/config.h", "") FileUtils.mkpath(defaults = "#{extout}/rubygems/defaults") diff --git a/version.h b/version.h index 0cfbd23844..450cd55782 100644 --- a/version.h +++ b/version.h @@ -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 106 +#define RUBY_PATCHLEVEL 107 #define RUBY_RELEASE_YEAR 2022 #define RUBY_RELEASE_MONTH 10