File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
#endif // !defined(FLATBUFFERS_LITTLEENDIAN)
89
89
90
90
#define FLATBUFFERS_VERSION_MAJOR 1
91
- #define FLATBUFFERS_VERSION_MINOR 0
91
+ #define FLATBUFFERS_VERSION_MINOR 5
92
92
#define FLATBUFFERS_VERSION_REVISION 0
93
93
#define FLATBUFFERS_STRING_EXPAND (X ) #X
94
94
#define FLATBUFFERS_STRING (X ) FLATBUFFERS_STRING_EXPAND(X)
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.google.flatbuffers</groupId >
7
7
<artifactId >flatbuffers-java</artifactId >
8
- <version >1.4 .0-SNAPSHOT</version >
8
+ <version >1.5 .0-SNAPSHOT</version >
9
9
<packaging >bundle</packaging >
10
10
<name >FlatBuffers Java API</name >
11
11
<description >
Original file line number Diff line number Diff line change 19
19
#include " flatbuffers/util.h"
20
20
#include < limits>
21
21
22
- #define FLATC_VERSION " 1.4 .0 (" __DATE__ " )"
22
+ #define FLATC_VERSION " 1.5 .0 (" __DATE__ " )"
23
23
24
24
static void Error (const std::string &err, bool usage = false ,
25
25
bool show_exe_name = true );
You can’t perform that action at this time.
0 commit comments