Skip to content

Commit 17289b5

Browse files
authored
Display correct version of boost headers with --show-ports (#22963)
Use TAG as source for version info
1 parent f56ee36 commit 17289b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ports/boost_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def process_args(ports):
4444

4545

4646
def show():
47-
return 'boost_headers - Boost headers v1.70.0 (-sUSE_BOOST_HEADERS=1 or --use-port=boost_headers; Boost license)'
47+
return f'boost_headers - Boost headers v{TAG} (-sUSE_BOOST_HEADERS=1 or --use-port=boost_headers; Boost license)'

0 commit comments

Comments
 (0)