From 38662548c74f8c844ca30c99f5753cd8309b2d08 Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Wed, 3 Feb 2016 10:52:33 -0800 Subject: [PATCH] Bumped version to 1.3.0 Change-Id: I080041e533153b2bb2db53f030761852e95c88fa --- src/flatc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flatc.cpp b/src/flatc.cpp index a49361246db..c0696dd4680 100644 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -19,7 +19,7 @@ #include "flatbuffers/util.h" #include -#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);