[llvm-branch-commits] [libcxxabi] r351337 - Drop svn version suffix
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 16 05:26:12 PST 2019
Author: hans
Date: Wed Jan 16 05:26:12 2019
New Revision: 351337
URL: http://llvm.org/viewvc/llvm-project?rev=351337&view=rev
Log:
Drop svn version suffix
Modified:
libcxxabi/branches/release_80/CMakeLists.txt
Modified: libcxxabi/branches/release_80/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_80/CMakeLists.txt?rev=351337&r1=351336&r2=351337&view=diff
==============================================================================
--- libcxxabi/branches/release_80/CMakeLists.txt (original)
+++ libcxxabi/branches/release_80/CMakeLists.txt Wed Jan 16 05:26:12 2019
@@ -21,7 +21,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
project(libcxxabi CXX C)
set(PACKAGE_NAME libcxxabi)
- set(PACKAGE_VERSION 8.0.0svn)
+ set(PACKAGE_VERSION 8.0.0)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
More information about the llvm-branch-commits
mailing list