diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-04 13:16:06 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-04 13:16:06 +0000 |
commit | 4504f4f22a7d118de108a06e3417fac15af31ff9 (patch) | |
tree | f53d1e733d5155631f184aa5aac3bd3ffaa29f9c | |
parent | 315d10f09ee888005b1da55e7bbb57d8a79b8447 (diff) |
Notes
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39ff0a29dcdf..66d9bebc592d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) project(libcxx CXX C) set(PACKAGE_NAME libcxx) - set(PACKAGE_VERSION 7.0.0svn) + set(PACKAGE_VERSION 7.0.0) set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") |