[libcxx] r321740 - Drop 'svn' suffix from the version number.

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


Author: hans
Date: Wed Jan  3 08:58:30 2018
New Revision: 321740

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

Modified:
    libcxx/branches/release_60/CMakeLists.txt

Modified: libcxx/branches/release_60/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_60/CMakeLists.txt?rev=321740&r1=321739&r2=321740&view=diff
==============================================================================
--- libcxx/branches/release_60/CMakeLists.txt (original)
+++ libcxx/branches/release_60/CMakeLists.txt Wed Jan  3 08:58:30 2018
@@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   project(libcxx CXX C)
 
   set(PACKAGE_NAME libcxx)
-  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