diff --git a/CMakeLists.txt b/CMakeLists.txt index d31112c093c..7d6c2e85526 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/docs/conf.py b/docs/conf.py index ce7df14ac3a..a20742b061b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/utils/release/build_llvm_package.bat b/utils/release/build_llvm_package.bat index f39a2fa73f9..9def799b518 100755 --- a/utils/release/build_llvm_package.bat +++ b/utils/release/build_llvm_package.bat @@ -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%