summaryrefslogtreecommitdiffstats
path: root/libunwind
diff options
context:
space:
mode:
authorAaron Puchert <aaronpuchert@alice-dsl.net>2020-02-17 23:47:28 +0100
committerAaron Puchert <aaronpuchert@alice-dsl.net>2020-02-17 23:47:30 +0100
commit4f53867ec27bde33479c7891c256225f2075945a (patch)
tree8f92cfa73e78f7dcc89cf4a2fe221bb987665d57 /libunwind
parent0cffa939a7d8af8a3b62ec790bf02066b4568e53 (diff)
downloadbcm5719-llvm-4f53867ec27bde33479c7891c256225f2075945a.tar.gz
bcm5719-llvm-4f53867ec27bde33479c7891c256225f2075945a.zip
Drop git version suffix
Summary: Also fix the version for libcxxabi, which was stuck in the past. Reviewers: hans, mclow.lists Reviewed By: hans Subscribers: mgorny, christof, libcxx-commits, llvm-commits, ldionne Tags: #libc, #llvm Differential Revision: https://reviews.llvm.org/D74586
Diffstat (limited to 'libunwind')
-rw-r--r--libunwind/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/CMakeLists.txt b/libunwind/CMakeLists.txt
index 6dd0a15405b..7726511b6e1 100644
--- a/libunwind/CMakeLists.txt
+++ b/libunwind/CMakeLists.txt
@@ -83,7 +83,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR LIBUNWIND_STANDALONE_B
endif()
set(PACKAGE_NAME libunwind)
- set(PACKAGE_VERSION 10.0.0git)
+ set(PACKAGE_VERSION 10.0.0)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
OpenPOWER on IntegriCloud