1.4 prep fixes

Change-Id: I001ad8dd5f95e6e5ad43daf956663218d19f5c96
This commit is contained in:
Wouter van Oortmerssen
2016-08-15 17:29:35 -07:00
parent a0b8f669ee
commit eba6b6f7c9
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
#include "flatbuffers/util.h"
#include <limits>
#define FLATC_VERSION "1.3.0 (" __DATE__ ")"
#define FLATC_VERSION "1.4.0 (" __DATE__ ")"
static void Error(const std::string &err, bool usage = false,
bool show_exe_name = true);