Bump the trunk major version to 15
NOKEYCHECK=True
GitOrigin-RevId: a2601c98873376bbbeff4b6eddf0f4d920535f8b
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04550ae..b098e22 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@
project(libunwind LANGUAGES NONE)
set(PACKAGE_NAME libunwind)
- set(PACKAGE_VERSION 14.0.0git)
+ set(PACKAGE_VERSION 15.0.0git)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
diff --git a/docs/conf.py b/docs/conf.py
index bc91d90..21f1b01 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
-version = '14.0'
+version = '15.0'
# The full version, including alpha/beta/rc tags.
-release = '14.0'
+release = '15.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.