diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-29 21:29:58 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-29 21:29:58 +0000 |
commit | a4233227dd3dd88590f8f4d5fdfea2e3ed286d0a (patch) | |
tree | ec27efaaf838231b10331e7a5d6ea3107fa9b0b4 | |
parent | 97a708bebca0e58714a1e005445ff28d0c1c2ca5 (diff) |
Notes
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f8b24d17e24..ca5afba86d19 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 5.0.0svn) + set(PACKAGE_VERSION 5.0.0) set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") |