Jelajahi Sumber

Update version to 7.0.0svn: cmake, include files and docs

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@321725 91177308-0d34-0410-b5e6-96231b3b80d8
Hans Wennborg 7 tahun lalu
induk
melakukan
ac3c89d6a3
4 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 1 1
      CMakeLists.txt
  2. 2 2
      docs/conf.py
  3. 1 1
      include/__config
  4. 1 1
      include/__libcpp_version

+ 1 - 1
CMakeLists.txt

@@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
   project(libcxx CXX C)
 
   set(PACKAGE_NAME libcxx)
-  set(PACKAGE_VERSION 6.0.0svn)
+  set(PACKAGE_VERSION 7.0.0svn)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
   set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
 

+ 2 - 2
docs/conf.py

@@ -47,9 +47,9 @@ copyright = u'2011-2017, LLVM Project'
 # built documents.
 #
 # The short X.Y version.
-version = '6.0'
+version = '7.0'
 # The full version, including alpha/beta/rc tags.
-release = '6.0'
+release = '7.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 1 - 1
include/__config

@@ -33,7 +33,7 @@
 #define _GNUC_VER_NEW 0
 #endif
 
-#define _LIBCPP_VERSION 6000
+#define _LIBCPP_VERSION 7000
 
 #ifndef _LIBCPP_ABI_VERSION
 #define _LIBCPP_ABI_VERSION 1

+ 1 - 1
include/__libcpp_version

@@ -1 +1 @@
-6000
+7000