summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2024-07-06 11:01:02 +0900
committernagachika <nagachika@ruby-lang.org>2024-07-06 11:01:02 +0900
commit5141d72fde2528721663ddbc0554ac81ddc0656f (patch)
treea952266c02fbbf5428d66298c212a6b4f0f97ddb /version.h
parent2dfaa00e09ceb7f1dcee87acd56c47701fc8ca19 (diff)
merge revision(s) 1e08a9f0e9058186db18f29efc6458c00f10a856: [Backport #20499]
[Bug #20499] Use Xcode owned tools for Xcode clang Xcode has its own version tools that may be incompatible with genuine LLVM tools, use the tools in the same directory.
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index fb7fa3124c..8b34b41fd9 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 177
+#define RUBY_PATCHLEVEL 178
#include "ruby/version.h"
#include "ruby/internal/abi.h"