mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 23:23:38 -04:00
Bump trunk version to 5.0.0svn
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291815 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ if(POLICY CMP0057)
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED LLVM_VERSION_MAJOR)
|
||||
set(LLVM_VERSION_MAJOR 4)
|
||||
set(LLVM_VERSION_MAJOR 5)
|
||||
endif()
|
||||
if(NOT DEFINED LLVM_VERSION_MINOR)
|
||||
set(LLVM_VERSION_MINOR 0)
|
||||
|
||||
+3
-3
@@ -47,10 +47,10 @@ copyright = u'2003-%d, LLVM Project' % date.today().year
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '4.0'
|
||||
# The short version.
|
||||
version = '5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '4.0'
|
||||
release = '5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -25,8 +25,8 @@ set PATH=%PATH%;c:\gnuwin32\bin
|
||||
|
||||
set revision=%1
|
||||
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%
|
||||
|
||||
echo Branch: %branch%
|
||||
|
||||
Reference in New Issue
Block a user