diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-06-11 18:17:11 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-06-11 18:17:11 +0000 |
commit | a556a0efb19f863ac71333b3e1bc22d07f4ae89f (patch) | |
tree | 797f904ded4d2bff2e9f9e9c19ac31ac41926f43 | |
parent | f76fe517dd5a7ccd61e06b7ae4cb8e38ed8f23ed (diff) |
Vendor import of libc++ release_80 branch r363030:vendor/libc++/libc++-release_801-r366581vendor/libc++/libc++-release_80-r364487vendor/libc++/libc++-release_80-r363030vendor/libc++-80
Notes
Notes:
svn path=/vendor/libc++/dist-release_80/; revision=348938
svn path=/vendor/libc++/libc++-release_801-r366581/; revision=350171; tag=vendor/libc++/libc++-release_801-r366581
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a6c3c9df4d6..6b83bce1ae72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) project(libcxx CXX C) set(PACKAGE_NAME libcxx) - set(PACKAGE_VERSION 8.0.0) + set(PACKAGE_VERSION 8.0.1) set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") |