[libcxxabi] r291844 - Drop 'svn' suffix from version.

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 12 14:12:54 PST 2017


Author: hans
Date: Thu Jan 12 16:12:54 2017
New Revision: 291844

URL: http://llvm.org/viewvc/llvm-project?rev=291844&view=rev
Log:
Drop 'svn' suffix from version.

Modified:
    libcxxabi/branches/release_40/CMakeLists.txt

Modified: libcxxabi/branches/release_40/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_40/CMakeLists.txt?rev=291844&r1=291843&r2=291844&view=diff
==============================================================================
--- libcxxabi/branches/release_40/CMakeLists.txt (original)
+++ libcxxabi/branches/release_40/CMakeLists.txt Thu Jan 12 16:12:54 2017
@@ -77,7 +77,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   endif()
 
   set(PACKAGE_NAME libcxxabi)
-  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