2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Make the version/variant tag conform to BBv1 behaviour.

[SVN r28439]
This commit is contained in:
Rene Rivera
2005-04-23 16:36:59 +00:00
parent b1399c29ad
commit f191d632c3

View File

@@ -468,7 +468,7 @@ rule rename ( name : type ? : property-set : unversioned ? )
case tru64cxx* : toolset-tag += tru ;
case vacpp* : toolset-tag += xlc ;
}
local version = [ MATCH "<toolset.*version>(.*)" : $(properties) ] ;
local version = [ MATCH "<toolset.*version>([0123456789]+)[.]([0123456789]*)" : $(properties) ] ;
toolset-tag += $(version) ;
}