Merge branch 'js/trace2-raise-format-version'

When we added a new event type to trace2 event stream, we forgot to
raise the format version number, which has been corrected.

* js/trace2-raise-format-version:
  trace2: increment event format version
This commit is contained in:
Junio C Hamano
2021-11-12 15:29:25 -08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ static struct tr2_dst tr2dst_event = { TR2_SYSENV_EVENT, 0, 0, 0, 0 };
* a new field to an existing event, do not require an increment to the EVENT
* format version.
*/
#define TR2_EVENT_VERSION "2"
#define TR2_EVENT_VERSION "3"
/*
* Region nesting limit for messages written to the event target.