Changes between Version 14 and Version 15 of StartModWorkflow


Ignore:
Timestamp:
Dec 13, 2013, 10:06:31 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModWorkflow

    v14 v15  
    3939
    4040Individual Boost libraries are free to choose their own release numbers, and these library release numbers are normally unrelated to the release numbers for the Boost super-project. The recommended release naming convention is the traditional three unsigned integers separated by periods (I.E. 1.2.3) where:
    41  * The first integer is the major version number, with each major version, with 0 being used for initial development and 1 for the first production-usable version.
     41 * The first integer is the major version number, with each major version, with 0 being used for initial development and 1 for the first production-usable version. A change in version number is recommended when there are breaking changes.
    4242 * The middle integer is the release number, reset to 0 with each version update and otherwise increasing monotonically.
    4343 * The last integer is the patch level, reset to 0 with each revision and otherwise increasing monotonically. A patch level greater than 1 indicates a so-called point releases, normally containing bug fixes but not new features.
     
    5555
    5656The usual culture with Git is to delete feature branches as soon as
    57 they are merged to some other branch.
     57they are merged to some other branch, and is followed by Git Flow.
    5858This approach is also recommended for Boost developers.
    5959After all, the merged-to branch