[libcxxabi] r308470 - Drop 'svn' suffix from version number.
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 19 07:04:19 PDT 2017
Author: hans
Date: Wed Jul 19 07:04:19 2017
New Revision: 308470
URL: http://llvm.org/viewvc/llvm-project?rev=308470&view=rev
Log:
Drop 'svn' suffix from version number.
Modified:
libcxxabi/branches/release_50/CMakeLists.txt
Modified: libcxxabi/branches/release_50/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_50/CMakeLists.txt?rev=308470&r1=308469&r2=308470&view=diff
==============================================================================
--- libcxxabi/branches/release_50/CMakeLists.txt (original)
+++ libcxxabi/branches/release_50/CMakeLists.txt Wed Jul 19 07:04:19 2017
@@ -21,7 +21,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
project(libcxxabi CXX C)
set(PACKAGE_NAME libcxxabi)
- set(PACKAGE_VERSION 5.0.0svn)
+ set(PACKAGE_VERSION 5.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