1# Copyright 2017 Rene Rivera 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or copy at 4# http://www.boost.org/LICENSE_1_0.txt) 5 6import feature ; 7 8#| tag::doc[] 9 10[[bbv2.builtin.features.version]]`version`:: 11This feature isn't used by any of the builtin tools, but can be used, for 12example, to adjust target's name via <<bbv2.builtin.features.tag,`<tag>`>> 13feature. 14 15|# # end::doc[] 16 17feature.feature version 18 : 19 : free ; 20