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-b...@lists.llvm.org")
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to