mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-15 00:16:42 +00:00
The trunk version is now 7.0.0svn
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b838dc9f8
commit
e28b7aabcf
@ -18,7 +18,7 @@ cmake_policy(SET CMP0056 NEW)
|
||||
cmake_policy(SET CMP0057 NEW)
|
||||
|
||||
if(NOT DEFINED LLVM_VERSION_MAJOR)
|
||||
set(LLVM_VERSION_MAJOR 6)
|
||||
set(LLVM_VERSION_MAJOR 7)
|
||||
endif()
|
||||
if(NOT DEFINED LLVM_VERSION_MINOR)
|
||||
set(LLVM_VERSION_MINOR 0)
|
||||
|
@ -48,9 +48,9 @@ copyright = u'2003-%d, LLVM Project' % date.today().year
|
||||
# built documents.
|
||||
#
|
||||
# The short version.
|
||||
version = '6'
|
||||
version = '7'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '6'
|
||||
release = '7'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -26,8 +26,8 @@ set python64_dir=C:\Users\%USER%\AppData\Local\Programs\Python\Python35
|
||||
|
||||
set revision=%1
|
||||
set branch=trunk
|
||||
set package_version=6.0.0-r%revision%
|
||||
set clang_format_vs_version=6.0.0.%revision%
|
||||
set package_version=7.0.0-r%revision%
|
||||
set clang_format_vs_version=7.0.0.%revision%
|
||||
set build_dir=llvm_package_%revision%
|
||||
|
||||
echo Branch: %branch%
|
||||
|
Loading…
x
Reference in New Issue
Block a user