File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ INPUT = "FlatBuffers.md" \
761761 "WhitePaper.md" \
762762 "Internals.md" \
763763 "Grammar.md" \
764- "CONTRIBUTING.md" \
764+ "../../ CONTRIBUTING.md" \
765765 "Tutorial.md" \
766766 "GoApi.md" \
767767 "groups" \
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.google.flatbuffers</groupId >
77 <artifactId >flatbuffers-java</artifactId >
8- <version >1.3 .0-SNAPSHOT</version >
8+ <version >1.4 .0-SNAPSHOT</version >
99 <packaging >bundle</packaging >
1010 <name >FlatBuffers Java API</name >
1111 <description >
Original file line number Diff line number Diff line change 1919#include " flatbuffers/util.h"
2020#include < limits>
2121
22- #define FLATC_VERSION " 1.3 .0 (" __DATE__ " )"
22+ #define FLATC_VERSION " 1.4 .0 (" __DATE__ " )"
2323
2424static void Error (const std::string &err, bool usage = false ,
2525 bool show_exe_name = true );
You can’t perform that action at this time.
0 commit comments