C++/Rust version changes

This commit is contained in:
Wouter van Oortmerssen
2021-05-10 11:27:06 -07:00
parent 3412fab8ee
commit 6ed780dbd5
6 changed files with 10 additions and 10 deletions

View File

@@ -142,8 +142,8 @@
#endif
#endif // !defined(FLATBUFFERS_LITTLEENDIAN)
#define FLATBUFFERS_VERSION_MAJOR 1
#define FLATBUFFERS_VERSION_MINOR 12
#define FLATBUFFERS_VERSION_MAJOR 2
#define FLATBUFFERS_VERSION_MINOR 0
#define FLATBUFFERS_VERSION_REVISION 0
#define FLATBUFFERS_STRING_EXPAND(X) #X
#define FLATBUFFERS_STRING(X) FLATBUFFERS_STRING_EXPAND(X)