# # # patch "cmd_automate.cc" # from [ea758b31c8e9ce570a5f2262e18778201d3af2d9] # to [adcb13a39667247f022a9a84ec7717fce33e3e2c] # # patch "monotone.texi" # from [f5b973cf362448743205a8304fce5cb66dd09496] # to [227c04d7f30c81a217158db42ec0f6f35310c27f] # ============================================================ --- cmd_automate.cc ea758b31c8e9ce570a5f2262e18778201d3af2d9 +++ cmd_automate.cc adcb13a39667247f022a9a84ec7717fce33e3e2c @@ -83,7 +83,7 @@ namespace commands { // This number is only raised once, during the process of releasing a new // version of monotone, by the release manager. For more details, see // point (2) in notes/release-checklist.txt -static string const interface_version = "11.0"; +static string const interface_version = "12.0"; // This number determines the format version of the stdio packet format. // The original format which came without a version notification was "1". ============================================================ --- monotone.texi f5b973cf362448743205a8304fce5cb66dd09496 +++ monotone.texi 227c04d7f30c81a217158db42ec0f6f35310c27f @@ -7802,7 +7802,7 @@ @section Automation @itemize @item -FIXME -- Introduced out of band streams ('e', 'p', 't', 'w'); the main output +12.0 -- Introduced out of band streams ('e', 'p', 't', 'w'); the main output of a command now only happens in the 'm' stream; the 'l' stream now marks the end of all streams of a command; introduced the concept of "headers" which are output before the first command is issued; specific error codes @@ -8025,7 +8025,7 @@ @section Automation @item Added in -FIXME +12.0 @item Purpose @@ -8082,7 +8082,7 @@ @section Automation @item Added in -FIXME +12.0 @item Purpose @@ -8135,7 +8135,7 @@ @section Automation @item Added in: -FIXME +12.0 @item Purpose: