[libcxx] r291845 - Drop 'svn' suffix from version.
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 12 14:13:09 PST 2017
Author: hans
Date: Thu Jan 12 16:13:09 2017
New Revision: 291845
URL: http://llvm.org/viewvc/llvm-project?rev=291845&view=rev
Log:
Drop 'svn' suffix from version.
Modified:
libcxx/branches/release_40/CMakeLists.txt
Modified: libcxx/branches/release_40/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_40/CMakeLists.txt?rev=291845&r1=291844&r2=291845&view=diff
==============================================================================
--- libcxx/branches/release_40/CMakeLists.txt (original)
+++ libcxx/branches/release_40/CMakeLists.txt Thu Jan 12 16:13:09 2017
@@ -24,7 +24,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
project(libcxx CXX C)
set(PACKAGE_NAME libcxx)
- set(PACKAGE_VERSION 4.0.0svn)
+ set(PACKAGE_VERSION 4.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