[libcxxabi] r291829 - Bump version to 5.0.0svn

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 12 13:36:22 PST 2017


Author: hans
Date: Thu Jan 12 15:36:22 2017
New Revision: 291829

URL: http://llvm.org/viewvc/llvm-project?rev=291829&view=rev
Log:
Bump version to 5.0.0svn

Modified:
    libcxxabi/trunk/CMakeLists.txt

Modified: libcxxabi/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/CMakeLists.txt?rev=291829&r1=291828&r2=291829&view=diff
==============================================================================
--- libcxxabi/trunk/CMakeLists.txt (original)
+++ libcxxabi/trunk/CMakeLists.txt Thu Jan 12 15:36:22 2017
@@ -77,7 +77,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   endif()
 
   set(PACKAGE_NAME libcxxabi)
-  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