summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-01-16 13:28:50 +0000
committerHans Wennborg <hans@hanshq.net>2019-01-16 13:28:50 +0000
commit61158dff134efa4327caceb6783cc3ad341ba471 (patch)
tree426e56e1d12d55f894768bf09e3b3047ea2c0966
parentaa9b174fa9dae029f4dc25624591574cbebe95ad (diff)
Found another version number to increase from 8 to 9
-rw-r--r--libcxxabi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/CMakeLists.txt b/libcxxabi/CMakeLists.txt
index 0eeb4b35a23..1973a5291af 100644
--- a/libcxxabi/CMakeLists.txt
+++ b/libcxxabi/CMakeLists.txt
@@ -21,7 +21,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
project(libcxxabi CXX C)
set(PACKAGE_NAME libcxxabi)
- set(PACKAGE_VERSION 8.0.0svn)
+ set(PACKAGE_VERSION 9.0.0svn)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")