summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/src/tools/features/version-feature.jam
blob: e4c6acb0acf4394f5ac85ac8d49e53c1ca5a67b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2017 Rene Rivera
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or copy at
# https://www.bfgroup.xyz/b2/LICENSE.txt)

import feature ;

#| tag::doc[]

[[bbv2.builtin.features.version]]`version`::
This feature isn't used by any of the builtin tools, but can be used, for
example, to adjust target's name via <<bbv2.builtin.features.tag,`<tag>`>>
feature.

|# # end::doc[]

feature.feature version
    :
    : free ;