From 3b39ef7f3913d62d54a962eea1e8989f53c9a21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Fahn=C3=B8e=20J=C3=B8rgensen?= Date: Mon, 19 Feb 2018 17:03:31 +0100 Subject: [PATCH] Bump version to 0.5.2 --- include/flatcc/flatcc_version.h | 4 ++-- include/flatcc/reflection/flatbuffers_common_builder.h | 2 +- include/flatcc/reflection/flatbuffers_common_reader.h | 2 +- include/flatcc/reflection/reflection_builder.h | 2 +- include/flatcc/reflection/reflection_reader.h | 2 +- include/flatcc/reflection/reflection_verifier.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/flatcc/flatcc_version.h b/include/flatcc/flatcc_version.h index c353179f..fd7c930d 100644 --- a/include/flatcc/flatcc_version.h +++ b/include/flatcc/flatcc_version.h @@ -2,12 +2,12 @@ extern "C" { #endif -#define FLATCC_VERSION_TEXT "0.5.1-pre" +#define FLATCC_VERSION_TEXT "0.5.1" #define FLATCC_VERSION_MAJOR 0 #define FLATCC_VERSION_MINOR 5 #define FLATCC_VERSION_PATCH 1 /* 1 or 0 */ -#define FLATCC_VERSION_RELEASED 0 +#define FLATCC_VERSION_RELEASED 1 #ifdef __cplusplus } diff --git a/include/flatcc/reflection/flatbuffers_common_builder.h b/include/flatcc/reflection/flatbuffers_common_builder.h index 0dcf9f99..7714cfd2 100644 --- a/include/flatcc/reflection/flatbuffers_common_builder.h +++ b/include/flatcc/reflection/flatbuffers_common_builder.h @@ -1,7 +1,7 @@ #ifndef FLATBUFFERS_COMMON_BUILDER_H #define FLATBUFFERS_COMMON_BUILDER_H -/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */ +/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */ /* Common FlatBuffers build functionality for C. */ diff --git a/include/flatcc/reflection/flatbuffers_common_reader.h b/include/flatcc/reflection/flatbuffers_common_reader.h index 4683d31a..c9fefc72 100644 --- a/include/flatcc/reflection/flatbuffers_common_reader.h +++ b/include/flatcc/reflection/flatbuffers_common_reader.h @@ -1,7 +1,7 @@ #ifndef FLATBUFFERS_COMMON_READER_H #define FLATBUFFERS_COMMON_READER_H -/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */ +/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */ /* Common FlatBuffers read functionality for C. */ diff --git a/include/flatcc/reflection/reflection_builder.h b/include/flatcc/reflection/reflection_builder.h index 2c2690c2..79b08c24 100644 --- a/include/flatcc/reflection/reflection_builder.h +++ b/include/flatcc/reflection/reflection_builder.h @@ -1,7 +1,7 @@ #ifndef REFLECTION_BUILDER_H #define REFLECTION_BUILDER_H -/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */ +/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */ #ifndef REFLECTION_READER_H #include "reflection_reader.h" diff --git a/include/flatcc/reflection/reflection_reader.h b/include/flatcc/reflection/reflection_reader.h index 3f8475ff..ac5b6eaa 100644 --- a/include/flatcc/reflection/reflection_reader.h +++ b/include/flatcc/reflection/reflection_reader.h @@ -1,7 +1,7 @@ #ifndef REFLECTION_READER_H #define REFLECTION_READER_H -/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */ +/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */ #ifndef FLATBUFFERS_COMMON_READER_H #include "flatbuffers_common_reader.h" diff --git a/include/flatcc/reflection/reflection_verifier.h b/include/flatcc/reflection/reflection_verifier.h index 76574beb..685b4dbc 100644 --- a/include/flatcc/reflection/reflection_verifier.h +++ b/include/flatcc/reflection/reflection_verifier.h @@ -1,7 +1,7 @@ #ifndef REFLECTION_VERIFIER_H #define REFLECTION_VERIFIER_H -/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */ +/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */ #ifndef REFLECTION_READER_H #include "reflection_reader.h"