Skip to content

Commit

Permalink
Updated version to 1.5
Browse files Browse the repository at this point in the history
Change-Id: I34007829cdd3ad024df21f68bb369016d5d21131
  • Loading branch information
aardappel committed Jan 3, 2017
1 parent fea6b52 commit b29ba4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/flatbuffers/flatbuffers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/flatc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b29ba4c

Please sign in to comment.