Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2017 21:29:59 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r321696 - vendor/libc++/dist
Message-ID:  <201707292129.v6TLTxXd068691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat Jul 29 21:29:58 2017
New Revision: 321696
URL: https://svnweb.freebsd.org/changeset/base/321696

Log:
  Vendor import of libc++ release_50 branch r309439:
  https://llvm.org/svn/llvm-project/libcxx/branches/release_50@309439

Modified:
  vendor/libc++/dist/CMakeLists.txt

Modified: vendor/libc++/dist/CMakeLists.txt
==============================================================================
--- vendor/libc++/dist/CMakeLists.txt	Sat Jul 29 21:28:45 2017	(r321695)
+++ vendor/libc++/dist/CMakeLists.txt	Sat Jul 29 21:29:58 2017	(r321696)
@@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR
   project(libcxx CXX C)
 
   set(PACKAGE_NAME libcxx)
-  set(PACKAGE_VERSION 5.0.0svn)
+  set(PACKAGE_VERSION 5.0.0)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
   set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707292129.v6TLTxXd068691>