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-b...@lists.llvm.org") _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits