[libcxx] r338555 - Update version to 8.0.0svn: cmake, includes files and docs

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 1 06:54:28 PDT 2018


Author: hans
Date: Wed Aug  1 06:54:28 2018
New Revision: 338555

URL: http://llvm.org/viewvc/llvm-project?rev=338555&view=rev
Log:
Update version to 8.0.0svn: cmake, includes files and docs

Modified:
    libcxx/trunk/CMakeLists.txt
    libcxx/trunk/docs/conf.py
    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=338555&r1=338554&r2=338555&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Wed Aug  1 06:54:28 2018
@@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   project(libcxx CXX C)
 
   set(PACKAGE_NAME libcxx)
-  set(PACKAGE_VERSION 7.0.0svn)
+  set(PACKAGE_VERSION 8.0.0svn)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
   set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
 

Modified: libcxx/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/conf.py?rev=338555&r1=338554&r2=338555&view=diff
==============================================================================
--- libcxx/trunk/docs/conf.py (original)
+++ libcxx/trunk/docs/conf.py Wed Aug  1 06:54:28 2018
@@ -40,16 +40,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'libc++'
-copyright = u'2011-2017, LLVM Project'
+copyright = u'2011-2018, LLVM Project'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '7.0'
+version = '8.0'
 # The full version, including alpha/beta/rc tags.
-release = '7.0'
+release = '8.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=338555&r1=338554&r2=338555&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Wed Aug  1 06:54:28 2018
@@ -33,7 +33,7 @@
 #  define _GNUC_VER_NEW 0
 #endif
 
-#define _LIBCPP_VERSION 7000
+#define _LIBCPP_VERSION 8000
 
 #ifndef _LIBCPP_ABI_VERSION
 #  ifdef __Fuchsia__

Modified: libcxx/trunk/include/__libcpp_version
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__libcpp_version?rev=338555&r1=338554&r2=338555&view=diff
==============================================================================
--- libcxx/trunk/include/__libcpp_version (original)
+++ libcxx/trunk/include/__libcpp_version Wed Aug  1 06:54:28 2018
@@ -1 +1 @@
-7000
+8000




More information about the cfe-commits mailing list