Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
b29ba4c7
Commit
b29ba4c7
authored
Jan 03, 2017
by
Wouter van Oortmerssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version to 1.5
Change-Id: I34007829cdd3ad024df21f68bb369016d5d21131
parent
fea6b525
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
flatbuffers.h
include/flatbuffers/flatbuffers.h
+1
-1
pom.xml
pom.xml
+1
-1
flatc.cpp
src/flatc.cpp
+1
-1
No files found.
include/flatbuffers/flatbuffers.h
View file @
b29ba4c7
...
...
@@ -88,7 +88,7 @@
#endif // !defined(FLATBUFFERS_LITTLEENDIAN)
#define FLATBUFFERS_VERSION_MAJOR 1
#define FLATBUFFERS_VERSION_MINOR
0
#define FLATBUFFERS_VERSION_MINOR
5
#define FLATBUFFERS_VERSION_REVISION 0
#define FLATBUFFERS_STRING_EXPAND(X) #X
#define FLATBUFFERS_STRING(X) FLATBUFFERS_STRING_EXPAND(X)
...
...
pom.xml
View file @
b29ba4c7
...
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.google.flatbuffers
</groupId>
<artifactId>
flatbuffers-java
</artifactId>
<version>
1.
4
.0-SNAPSHOT
</version>
<version>
1.
5
.0-SNAPSHOT
</version>
<packaging>
bundle
</packaging>
<name>
FlatBuffers Java API
</name>
<description>
...
...
src/flatc.cpp
View file @
b29ba4c7
...
...
@@ -19,7 +19,7 @@
#include "flatbuffers/util.h"
#include <limits>
#define FLATC_VERSION "1.
4
.0 (" __DATE__ ")"
#define FLATC_VERSION "1.
5
.0 (" __DATE__ ")"
static
void
Error
(
const
std
::
string
&
err
,
bool
usage
=
false
,
bool
show_exe_name
=
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment