summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-10-09 20:41:02 +0000
committerTom Stellard <tstellar@redhat.com>2019-10-09 20:41:02 +0000
commit2076f539f410805ef88692b9c0ce0a0b882a7680 (patch)
treecc10dfa92af5cbd3f5e3a33d0fe547aeb8583cc1
parent61b414caa67a156c07299aa5ad8a4a0fb9fd12d4 (diff)
Bump version to 9.0.1release_90
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_90@374218 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ddcd478b2..ec1869ddc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,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 9.0.0)
+ set(PACKAGE_VERSION 9.0.1)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")