Skip to content

Commit

Permalink
Bumped version to 1.3.0
Browse files Browse the repository at this point in the history
Change-Id: I080041e533153b2bb2db53f030761852e95c88fa
  • Loading branch information
Wouter van Oortmerssen committed Feb 3, 2016
1 parent 5973b77 commit 3866254
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0 (" __DATE__ ")"
#define FLATC_VERSION "1.3.0 (" __DATE__ ")"

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

1 comment on commit 3866254

@pjulien
Copy link
Contributor

@pjulien pjulien commented on 3866254 Mar 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gwvo you should consider updating your procedure, or introducing a property, so that the Java version set in pom.xml matches this file

Please sign in to comment.