[libcxxabi] r351341 - Found another version number to increase from 8 to 9

Hans Wennborg hans at hanshq.net
Wed Jan 16 05:28:50 PST 2019


Author: hans
Date: Wed Jan 16 05:28:50 2019
New Revision: 351341

URL: http://llvm.org/viewvc/llvm-project?rev=351341&view=rev
Log:
Found another version number to increase from 8 to 9

Modified:
    libcxxabi/trunk/CMakeLists.txt

Modified: libcxxabi/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/CMakeLists.txt?rev=351341&r1=351340&r2=351341&view=diff
==============================================================================
--- libcxxabi/trunk/CMakeLists.txt (original)
+++ libcxxabi/trunk/CMakeLists.txt Wed Jan 16 05:28:50 2019
@@ -21,7 +21,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   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 at lists.llvm.org")
 




More information about the libcxx-commits mailing list