summaryrefslogtreecommitdiff
path: root/libunwind/CMakeLists.txt
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-08-01 15:22:27 +0000
committerHans Wennborg <hans@hanshq.net>2018-08-01 15:22:27 +0000
commit4f7241b8419f0873072c23854e2bb0cf372a7ecb (patch)
tree74aaa27e10c947c84ff0133f9689b69e19f623f2 /libunwind/CMakeLists.txt
parentedb7e72db68905bcf9050f217bb71d1844800d4d (diff)
Bump version number to 8.0.0svn
Diffstat (limited to 'libunwind/CMakeLists.txt')
-rw-r--r--libunwind/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/CMakeLists.txt b/libunwind/CMakeLists.txt
index e460a72d45c..381a275c02a 100644
--- a/libunwind/CMakeLists.txt
+++ b/libunwind/CMakeLists.txt
@@ -80,7 +80,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
endif()
set(PACKAGE_NAME libunwind)
- set(PACKAGE_VERSION 7.0.0svn)
+ set(PACKAGE_VERSION 8.0.0svn)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")