Skip to content

Commit e3c2b50

Browse files
committed
Updated to the latest version of flatbuffers.
1 parent e7bb8ed commit e3c2b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Shared/external/flatbuffers/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
#define FLATBUFFERS_VERSION_MAJOR 24
143143
#define FLATBUFFERS_VERSION_MINOR 3
144-
#define FLATBUFFERS_VERSION_REVISION 7
144+
#define FLATBUFFERS_VERSION_REVISION 25
145145
#define FLATBUFFERS_STRING_EXPAND(X) #X
146146
#define FLATBUFFERS_STRING(X) FLATBUFFERS_STRING_EXPAND(X)
147147
namespace flatbuffers {

Shared/mslb_generated.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
1212
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 7,
13+
FLATBUFFERS_VERSION_REVISION == 25,
1414
"Non-compatible flatbuffers version included");
1515

1616
namespace mslb {

0 commit comments

Comments
 (0)