浏览代码

Bump trunk version to 5.0.0svn

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291815 91177308-0d34-0410-b5e6-96231b3b80d8
Hans Wennborg 8 年之前
父节点
当前提交
f6fc33e0fd
共有 3 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      CMakeLists.txt
  2. 3 3
      docs/conf.py
  3. 2 2
      utils/release/build_llvm_package.bat

+ 1 - 1
CMakeLists.txt

@@ -20,7 +20,7 @@ if(POLICY CMP0057)
 endif()
 endif()
 
 
 if(NOT DEFINED LLVM_VERSION_MAJOR)
 if(NOT DEFINED LLVM_VERSION_MAJOR)
-  set(LLVM_VERSION_MAJOR 4)
+  set(LLVM_VERSION_MAJOR 5)
 endif()
 endif()
 if(NOT DEFINED LLVM_VERSION_MINOR)
 if(NOT DEFINED LLVM_VERSION_MINOR)
   set(LLVM_VERSION_MINOR 0)
   set(LLVM_VERSION_MINOR 0)

+ 3 - 3
docs/conf.py

@@ -47,10 +47,10 @@ copyright = u'2003-%d, LLVM Project' % date.today().year
 # |version| and |release|, also used in various other places throughout the
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 # built documents.
 #
 #
-# The short X.Y version.
-version = '4.0'
+# The short version.
+version = '5'
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
-release = '4.0'
+release = '5'
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 # for a list of supported languages.

+ 2 - 2
utils/release/build_llvm_package.bat

@@ -25,8 +25,8 @@ set PATH=%PATH%;c:\gnuwin32\bin
 
 
 set revision=%1
 set revision=%1
 set branch=trunk
 set branch=trunk
-set package_version=4.0.0-r%revision%
-set clang_format_vs_version=4.0.0.%revision%
+set package_version=5.0.0-r%revision%
+set clang_format_vs_version=5.0.0.%revision%
 set build_dir=llvm_package_%revision%
 set build_dir=llvm_package_%revision%
 
 
 echo Branch: %branch%
 echo Branch: %branch%