Skip to content

Commit eba6b6f

Browse files
author
Wouter van Oortmerssen
committed
1.4 prep fixes
Change-Id: I001ad8dd5f95e6e5ad43daf956663218d19f5c96
1 parent a0b8f66 commit eba6b6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

src/flatc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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

2424
static void Error(const std::string &err, bool usage = false,
2525
bool show_exe_name = true);

0 commit comments

Comments
 (0)