mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Bump the trunk version to 8.0.0svn
llvm-svn: 338537
This commit is contained in:
parent
ef964ac532
commit
6b8cb0376e
@ -23,7 +23,7 @@ if(POLICY CMP0068)
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED LLVM_VERSION_MAJOR)
|
||||
set(LLVM_VERSION_MAJOR 7)
|
||||
set(LLVM_VERSION_MAJOR 8)
|
||||
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 = '7'
|
||||
version = '8'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '7'
|
||||
release = '8'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -19,8 +19,8 @@ set vsdevcmd=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Co
|
||||
|
||||
set revision=%1
|
||||
set branch=trunk
|
||||
set package_version=7.0.0-r%revision%
|
||||
set clang_format_vs_version=7.0.0.%revision%
|
||||
set package_version=8.0.0-r%revision%
|
||||
set clang_format_vs_version=8.0.0.%revision%
|
||||
set build_dir=llvm_package_%revision%
|
||||
|
||||
echo Branch: %branch%
|
||||
|
Loading…
Reference in New Issue
Block a user