[libcxxabi] r226021 - Change version from 3.6.0svn to 3.6.0
Hans Wennborg
hans at hanshq.net
Wed Jan 14 11:03:20 PST 2015
Author: hans
Date: Wed Jan 14 13:03:19 2015
New Revision: 226021
URL: http://llvm.org/viewvc/llvm-project?rev=226021&view=rev
Log:
Change version from 3.6.0svn to 3.6.0
Modified:
libcxxabi/branches/release_36/CMakeLists.txt
Modified: libcxxabi/branches/release_36/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_36/CMakeLists.txt?rev=226021&r1=226020&r2=226021&view=diff
==============================================================================
--- libcxxabi/branches/release_36/CMakeLists.txt (original)
+++ libcxxabi/branches/release_36/CMakeLists.txt Wed Jan 14 13:03:19 2015
@@ -60,7 +60,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
endif()
set(PACKAGE_NAME libcxxabi)
- set(PACKAGE_VERSION 3.6.0svn)
+ set(PACKAGE_VERSION 3.6.0)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvmbugs at cs.uiuc.edu")
More information about the cfe-commits
mailing list