Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelfj committed Feb 19, 2018
1 parent 51d78b8 commit 3b39ef7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions include/flatcc/flatcc_version.h
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion 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. */

Expand Down
2 changes: 1 addition & 1 deletion 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. */

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 3b39ef7

Please sign in to comment.