Updated version to 1.5

Change-Id: I34007829cdd3ad024df21f68bb369016d5d21131
This commit is contained in:
Wouter van Oortmerssen
2017-01-03 14:56:44 -08:00
parent fea6b525ee
commit b29ba4c70c
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.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);