[libcxx] r298762 - [libc++] Update package version

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 24 20:12:37 PDT 2017


Author: smeenai
Date: Fri Mar 24 22:12:37 2017
New Revision: 298762

URL: http://llvm.org/viewvc/llvm-project?rev=298762&view=rev
Log:
[libc++] Update package version

Make it consistent with the rest of LLVM.

Modified:
    libcxx/trunk/CMakeLists.txt

Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=298762&r1=298761&r2=298762&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Fri Mar 24 22:12:37 2017
@@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   project(libcxx CXX C)
 
   set(PACKAGE_NAME libcxx)
-  set(PACKAGE_VERSION 4.0.0svn)
+  set(PACKAGE_VERSION 5.0.0svn)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
   set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
 




More information about the cfe-commits mailing list