Skip to content

Commit 3b39ef7

Browse files
committed
Bump version to 0.5.2
1 parent 51d78b8 commit 3b39ef7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

include/flatcc/flatcc_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
extern "C" {
33
#endif
44

5-
#define FLATCC_VERSION_TEXT "0.5.1-pre"
5+
#define FLATCC_VERSION_TEXT "0.5.1"
66
#define FLATCC_VERSION_MAJOR 0
77
#define FLATCC_VERSION_MINOR 5
88
#define FLATCC_VERSION_PATCH 1
99
/* 1 or 0 */
10-
#define FLATCC_VERSION_RELEASED 0
10+
#define FLATCC_VERSION_RELEASED 1
1111

1212
#ifdef __cplusplus
1313
}

include/flatcc/reflection/flatbuffers_common_builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef FLATBUFFERS_COMMON_BUILDER_H
22
#define FLATBUFFERS_COMMON_BUILDER_H
33

4-
/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */
55

66
/* Common FlatBuffers build functionality for C. */
77

include/flatcc/reflection/flatbuffers_common_reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef FLATBUFFERS_COMMON_READER_H
22
#define FLATBUFFERS_COMMON_READER_H
33

4-
/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */
55

66
/* Common FlatBuffers read functionality for C. */
77

include/flatcc/reflection/reflection_builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef REFLECTION_BUILDER_H
22
#define REFLECTION_BUILDER_H
33

4-
/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */
55

66
#ifndef REFLECTION_READER_H
77
#include "reflection_reader.h"

include/flatcc/reflection/reflection_reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef REFLECTION_READER_H
22
#define REFLECTION_READER_H
33

4-
/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */
55

66
#ifndef FLATBUFFERS_COMMON_READER_H
77
#include "flatbuffers_common_reader.h"

include/flatcc/reflection/reflection_verifier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef REFLECTION_VERIFIER_H
22
#define REFLECTION_VERIFIER_H
33

4-
/* Generated by flatcc 0.5.1-pre FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.5.1 FlatBuffers schema compiler for C by dvide.com */
55

66
#ifndef REFLECTION_READER_H
77
#include "reflection_reader.h"

0 commit comments

Comments
 (0)