[llvm-branch-commits] [libcxx] r338571 - Drop 'svn' suffix from the version number.
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 1 08:23:47 PDT 2018
Author: hans
Date: Wed Aug 1 08:23:47 2018
New Revision: 338571
URL: http://llvm.org/viewvc/llvm-project?rev=338571&view=rev
Log:
Drop 'svn' suffix from the version number.
Modified:
libcxx/branches/release_70/CMakeLists.txt
Modified: libcxx/branches/release_70/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_70/CMakeLists.txt?rev=338571&r1=338570&r2=338571&view=diff
==============================================================================
--- libcxx/branches/release_70/CMakeLists.txt (original)
+++ libcxx/branches/release_70/CMakeLists.txt Wed Aug 1 08:23:47 2018
@@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
project(libcxx CXX C)
set(PACKAGE_NAME libcxx)
- set(PACKAGE_VERSION 7.0.0svn)
+ set(PACKAGE_VERSION 7.0.0)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
More information about the llvm-branch-commits
mailing list