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