Add __DATE__ to FLATC_VERSION based on PR feedback.

This commit is contained in:
Eddie Scholtz
2016-02-01 13:43:05 -08:00
parent e43d127eff
commit 0b3cd33e55

View File

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