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
commit3b156bfc2cb2ab45dc348c16b0412a709bb1c3ca (patch)
treef1158600e499236736304ec47035bfdd3ffbf87e
parent7913f6e9438ff13beae417ce7ddef6aeff8b14b2 (diff)
downloadlibcxxabi-3b156bfc2cb2ab45dc348c16b0412a709bb1c3ca.tar.gz
Found another version number to increase from 8 to 9
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@351341 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 0eeb4b3..1973a52 100644
--- a/CMakeLists.txt
+++ b/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")