aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorTobias Hieta <tobias@hieta.se>2023-07-25 13:48:11 +0200
committerTobias Hieta <tobias@hieta.se>2023-07-25 13:58:49 +0200
commitab720289ca8f9b04674b915f6a74d81847c9c341 (patch)
tree69a3c54024d71910c9bdffa06e5929bcdddc7b8c /libcxx
parentd0b54bb50e5110a004b41fc06dadf3fee70834b7 (diff)
downloadllvm-ab720289ca8f9b04674b915f6a74d81847c9c341.zip
llvm-ab720289ca8f9b04674b915f6a74d81847c9c341.tar.gz
llvm-ab720289ca8f9b04674b915f6a74d81847c9c341.tar.bz2
Bump trunk version to 18.0.0git
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/include/__config2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config
index 9759d3b..a5670d0 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -40,7 +40,7 @@
// _LIBCPP_VERSION represents the version of libc++, which matches the version of LLVM.
// Given a LLVM release LLVM XX.YY.ZZ (e.g. LLVM 17.0.1 == 17.00.01), _LIBCPP_VERSION is
// defined to XXYYZZ.
-# define _LIBCPP_VERSION 170000
+# define _LIBCPP_VERSION 180000
# define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
# define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)