summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-01-03 16:58:30 +0000
committerHans Wennborg <hans@hanshq.net>2018-01-03 16:58:30 +0000
commit390d70d797bde90fe31216b2833edec30ca483fe (patch)
tree59d57aeb80de00e0471fbd0bce10f29776675db6
parent05cc77a9550b17f144de0877e5145ed813f2bd86 (diff)
Drop 'svn' suffix from the version number.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_60@321740 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 29eef8f35..eb079d256 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
project(libcxx CXX C)
set(PACKAGE_NAME libcxx)
- set(PACKAGE_VERSION 6.0.0svn)
+ set(PACKAGE_VERSION 6.0.0)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")