diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2023-11-16 21:58:12 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2023-12-08 17:35:50 +0000 |
commit | b121cb0095c8c1a060f66a8c4b118a54ebaa2551 (patch) | |
tree | b29c02b9abbfc698522a09ad77b56a3440f5e215 /lib/clang/include/lldb/Version/Version.inc | |
parent | bdb86d1a853a919764f65fdedcea76d76e4d619b (diff) | |
parent | fc0a8108a55ae5db3aa0e71a9877bd56f0581728 (diff) |
Merge llvm-project release/17.x llvmorg-17.0.5-0-g98bfdac5ce82
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-17.0.5-0-g98bfdac5ce82.
PR: 273753
MFC after: 1 month
Diffstat (limited to 'lib/clang/include/lldb/Version/Version.inc')
-rw-r--r-- | lib/clang/include/lldb/Version/Version.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/clang/include/lldb/Version/Version.inc b/lib/clang/include/lldb/Version/Version.inc index e9dbb0ca765e..b43c5103b8db 100644 --- a/lib/clang/include/lldb/Version/Version.inc +++ b/lib/clang/include/lldb/Version/Version.inc @@ -1,6 +1,6 @@ -#define LLDB_VERSION 17.0.3 -#define LLDB_VERSION_STRING "17.0.3" +#define LLDB_VERSION 17.0.5 +#define LLDB_VERSION_STRING "17.0.5" #define LLDB_VERSION_MAJOR 17 #define LLDB_VERSION_MINOR 0 -#define LLDB_VERSION_PATCH 3 +#define LLDB_VERSION_PATCH 5 /* #undef LLDB_FULL_VERSION_STRING */ |