diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 18:44:58 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 18:44:58 +0000 |
commit | dadf0cbf3b46f99d4097219237ab52d73eadd6c8 (patch) | |
tree | 980ae7751600642ad7b62336e3adaf0052c76b92 | |
parent | 6012fe9abb1f01b1b5b4ca908464804c21ff8602 (diff) |
Vendor import of libc++ release_80 branch r351543:vendor/libc++/libc++-release_80-r351543
Notes
Notes:
svn path=/vendor/libc++/dist-release_80/; revision=343196
svn path=/vendor/libc++/libc++-release_80-r351543/; revision=343197; tag=vendor/libc++/libc++-release_80-r351543
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a57e36fddcde..3a6c3c9df4d6 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.0svn) + set(PACKAGE_VERSION 8.0.0) set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") |