Skip to content

Commit 9870b8e

Browse files
authored
Merge pull request #3703 from ahti/manpage-release
2 parents 5fbb9cf + 4e291f0 commit 9870b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftManpage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function(manpage)
3030
unused_var
3131
COMMAND
3232
"${POD2MAN}" "--section" "${MP_MAN_SECTION}"
33-
"--center" "${MP_PAGE_HEADER}" "--release"
33+
"--center" "${MP_PAGE_HEADER}" "--release=\"swift ${SWIFT_VERSION}\""
3434
"--name" "${MP_MAN_FILE_BASENAME}"
3535
"--stderr"
3636
"${MP_SOURCE}" > "${output_file_name}"

0 commit comments

Comments
 (0)