diff options
author | Tom Stellard <tstellar@redhat.com> | 2021-01-26 19:37:08 -0800 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2021-01-26 19:37:55 -0800 |
commit | 5369517d20dd362a178a1b2d6c398d8898ee4620 (patch) | |
tree | 6ef10faece050bed2e7334eda439fc02fc154948 /libunwind | |
parent | Frontend: Use early returns in CompilerInstance::clearOutputFiles, NFC (diff) | |
download | llvm-project-5369517d20dd362a178a1b2d6c398d8898ee4620.tar.gz llvm-project-5369517d20dd362a178a1b2d6c398d8898ee4620.tar.bz2 llvm-project-5369517d20dd362a178a1b2d6c398d8898ee4620.zip |
Bump the trunk major version to 13llvmorg-13-init
and clear the release notes.
Diffstat (limited to 'libunwind')
-rw-r--r-- | libunwind/CMakeLists.txt | 2 | ||||
-rw-r--r-- | libunwind/docs/conf.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libunwind/CMakeLists.txt b/libunwind/CMakeLists.txt index 8ae32fbccf4e..05131bd77b39 100644 --- a/libunwind/CMakeLists.txt +++ b/libunwind/CMakeLists.txt @@ -24,7 +24,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR LIBUNWIND_STANDALONE_B project(libunwind LANGUAGES C CXX ASM) set(PACKAGE_NAME libunwind) - set(PACKAGE_VERSION 12.0.0git) + set(PACKAGE_VERSION 13.0.0git) set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") diff --git a/libunwind/docs/conf.py b/libunwind/docs/conf.py index 6217ead0caf2..07ffba71b037 100644 --- a/libunwind/docs/conf.py +++ b/libunwind/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2011-%d, LLVM Project' % date.today().year # built documents. # # The short X.Y version. -version = '12.0' +version = '13.0' # The full version, including alpha/beta/rc tags. -release = '12.0' +release = '13.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |