diff --git a/boostcpp.jam b/boostcpp.jam
index 02ce085c12e..eefc694f183 100644
--- a/boostcpp.jam
+++ b/boostcpp.jam
@@ -123,7 +123,7 @@ rule tag ( name : type ? : property-set )
if $(layout) = versioned
{
result = [ common.format-name
- -$(BOOST_VERSION_TAG)
+ -$(BOOST_VERSION_TAG)
-$(BUILD_ID)
: $(name) : $(type) : $(property-set) ] ;
}