[libcxx-commits] [libcxxabi] r374218 - Bump version to 9.0.1

Tom Stellard via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 9 13:41:03 PDT 2019


Author: tstellar
Date: Wed Oct  9 13:41:02 2019
New Revision: 374218

URL: http://llvm.org/viewvc/llvm-project?rev=374218&view=rev
Log:
Bump version to 9.0.1

Modified:
    libcxxabi/branches/release_90/CMakeLists.txt

Modified: libcxxabi/branches/release_90/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_90/CMakeLists.txt?rev=374218&r1=374217&r2=374218&view=diff
==============================================================================
--- libcxxabi/branches/release_90/CMakeLists.txt (original)
+++ libcxxabi/branches/release_90/CMakeLists.txt Wed Oct  9 13:41:02 2019
@@ -21,7 +21,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   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 at lists.llvm.org")
 




More information about the libcxx-commits mailing list