Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2021-01-12 21:34:02 +0300
committerTom Stellard <tstellar@redhat.com>2021-01-12 21:34:51 +0300
commitb6164d967e010ed54ed8ce0d4a3ea19f54e90108 (patch)
tree39d2d8543b689f048a6bfa1caeefe9e490d75df9 /libcxx
parent43ff75f2c3feef64f9d73328230d34dac8832a91 (diff)
Bump version to 11.1.0
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt
index f145831c75d8..910d04b54b6d 100644
--- a/libcxx/CMakeLists.txt
+++ b/libcxx/CMakeLists.txt
@@ -32,7 +32,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR LIBCXX_STANDALONE_BUIL
project(libcxx CXX C)
set(PACKAGE_NAME libcxx)
- set(PACKAGE_VERSION 11.0.1)
+ set(PACKAGE_VERSION 11.1.0)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")