[libcxx-commits] [libcxx] r356708 - Bump version to 8.0.1

Tom Stellard via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 21 13:32:01 PDT 2019


Author: tstellar
Date: Thu Mar 21 13:32:00 2019
New Revision: 356708

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

Modified:
    libcxx/branches/release_80/CMakeLists.txt

Modified: libcxx/branches/release_80/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_80/CMakeLists.txt?rev=356708&r1=356707&r2=356708&view=diff
==============================================================================
--- libcxx/branches/release_80/CMakeLists.txt (original)
+++ libcxx/branches/release_80/CMakeLists.txt Thu Mar 21 13:32:00 2019
@@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   project(libcxx CXX C)
 
   set(PACKAGE_NAME libcxx)
-  set(PACKAGE_VERSION 8.0.0)
+  set(PACKAGE_VERSION 8.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