summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2020-08-03 15:27:48 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2020-08-03 15:27:48 +0000
commitf7d9bb868f23d8fc58d89d08db47a477a1584936 (patch)
tree5ce69b6176e802f5627af0eaae94e5cefca7f5c8 /lib
parent17735dfa570ec5e96f1038703a68d5457328a063 (diff)
Bump libc++ and libc++abi majors due to floating point type
changes with LLVM 10. found by kettenis@ ok deraadt@
Diffstat (limited to 'lib')
-rw-r--r--lib/libcxx/shlib_version2
-rw-r--r--lib/libcxxabi/shlib_version4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcxx/shlib_version b/lib/libcxx/shlib_version
index d9961ea9fef..3066b9771e7 100644
--- a/lib/libcxx/shlib_version
+++ b/lib/libcxx/shlib_version
@@ -1,2 +1,2 @@
-major=4
+major=5
minor=0
diff --git a/lib/libcxxabi/shlib_version b/lib/libcxxabi/shlib_version
index b7a455ac9fb..43093ef4a98 100644
--- a/lib/libcxxabi/shlib_version
+++ b/lib/libcxxabi/shlib_version
@@ -1,3 +1,3 @@
# Don't forget to give libc++ the same type of bump!
-major=2
-minor=1
+major=3
+minor=0