[libcxxabi] r321739 - Drop 'svn' suffix from the version number.

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 3 08:58:22 PST 2018


Author: hans
Date: Wed Jan  3 08:58:21 2018
New Revision: 321739

URL: http://llvm.org/viewvc/llvm-project?rev=321739&view=rev
Log:
Drop 'svn' suffix from the version number.

Modified:
    libcxxabi/branches/release_60/CMakeLists.txt

Modified: libcxxabi/branches/release_60/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_60/CMakeLists.txt?rev=321739&r1=321738&r2=321739&view=diff
==============================================================================
--- libcxxabi/branches/release_60/CMakeLists.txt (original)
+++ libcxxabi/branches/release_60/CMakeLists.txt Wed Jan  3 08:58:21 2018
@@ -21,7 +21,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   project(libcxxabi CXX C)
 
   set(PACKAGE_NAME libcxxabi)
-  set(PACKAGE_VERSION 6.0.0svn)
+  set(PACKAGE_VERSION 6.0.0)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
   set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
 




More information about the cfe-commits mailing list