commit | a88633b46c401e6be38b93cf08660f137f86664d | [log] [tgz] |
---|---|---|
author | Tom Stellard <tstellar@redhat.com> | Wed Oct 09 20:41:02 2019 +0000 |
committer | Tom Stellard <tstellar@redhat.com> | Wed Oct 09 20:41:02 2019 +0000 |
tree | 5819faa674bc666066040ee8e499c6ea6fc4799e | |
parent | ea304f18aab2180de37bf72291e731fc2c274beb [diff] |
Bump version to 9.0.1 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/branches/release_90@374218 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce69fff..aa0b124 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ project(libcxxabi CXX C) set(PACKAGE_NAME libcxxabi) - 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")