[libcxx] r308468 - Update _LIBCPP_VERSION and the version in CMakeLists to 6.0

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 19 06:57:10 PDT 2017


Author: hans
Date: Wed Jul 19 06:57:10 2017
New Revision: 308468

URL: http://llvm.org/viewvc/llvm-project?rev=308468&view=rev
Log:
Update _LIBCPP_VERSION and the version in CMakeLists to 6.0

Modified:
    libcxx/trunk/CMakeLists.txt
    libcxx/trunk/include/__config
    libcxx/trunk/include/__libcpp_version

Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=308468&r1=308467&r2=308468&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Wed Jul 19 06:57:10 2017
@@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   project(libcxx CXX C)
 
   set(PACKAGE_NAME libcxx)
-  set(PACKAGE_VERSION 5.0.0svn)
+  set(PACKAGE_VERSION 6.0.0svn)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
   set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
 

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=308468&r1=308467&r2=308468&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Wed Jul 19 06:57:10 2017
@@ -33,7 +33,7 @@
 #define _GNUC_VER_NEW 0
 #endif
 
-#define _LIBCPP_VERSION 5000
+#define _LIBCPP_VERSION 6000
 
 #ifndef _LIBCPP_ABI_VERSION
 #define _LIBCPP_ABI_VERSION 1

Modified: libcxx/trunk/include/__libcpp_version
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__libcpp_version?rev=308468&r1=308467&r2=308468&view=diff
==============================================================================
--- libcxx/trunk/include/__libcpp_version (original)
+++ libcxx/trunk/include/__libcpp_version Wed Jul 19 06:57:10 2017
@@ -1 +1 @@
-5000
+6000




More information about the cfe-commits mailing list