Bumped version to 1.3.0

Change-Id: I080041e533153b2bb2db53f030761852e95c88fa
This commit is contained in:
Wouter van Oortmerssen
2016-02-03 10:52:33 -08:00
parent 5973b778b1
commit e4e4acfe93

View File

@@ -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);