Subject: Re: [boost] Getting Started with Modular Boost Library Maintenance
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2013-12-17 17:38:44


On 17/12/2013 21:03, Quoth Cox, Michael:
> LFrom https://svn.boost.org/trac/boost/wiki/StartModMaint: LLightweight
> library release<https://svn.boost.org/trac/boost/wiki/StartModMaint#Lightweightlibraryrelease>
>
> Small, simple libraries and simple releases just merge develop into master,
> tag master, and declare victory.
>
> git checkout master
> git merge --no-ff develop
> git tag -a 1.56.1

On an unrelated note: wasn't there agreement that libraries should not
use the Boost version number for their own internal releases?