Skip to content

Commit c02ac09

Browse files
committed
Drop svn version suffix.
llvm-svn: 366547
1 parent 2cf681a commit c02ac09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR LIBCXX_STANDALONE_BUIL
2727
project(libcxx CXX C)
2828

2929
set(PACKAGE_NAME libcxx)
30-
set(PACKAGE_VERSION 9.0.0svn)
30+
set(PACKAGE_VERSION 9.0.0)
3131
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
3232
set(PACKAGE_BUGREPORT "[email protected]")
3333

0 commit comments

Comments
 (0)