Skip to content

Commit

Permalink
Update ICD version to match protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
pford committed Nov 7, 2024
1 parent 8402f4f commit 22efce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Message.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include "ImageStats/Histogram.h"

namespace carta {
const uint16_t ICD_VERSION = 28;
const uint16_t ICD_VERSION = 30;
struct EventHeader {
uint16_t type;
uint16_t icd_version;
Expand Down

0 comments on commit 22efce8

Please sign in to comment.