Skip to content

Commit 135370e

Browse files
committed
Drop svn version suffix.
llvm-svn: 366548
1 parent c02ac09 commit 135370e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR LIBCXXABI_STANDALONE_B
2121
project(libcxxabi CXX C)
2222

2323
set(PACKAGE_NAME libcxxabi)
24-
set(PACKAGE_VERSION 9.0.0svn)
24+
set(PACKAGE_VERSION 9.0.0)
2525
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
2626
set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
2727

0 commit comments

Comments
 (0)