Skip to content

Commit dd7ff5a

Browse files
committed
Bump version 0.4.2
1 parent f6491e0 commit dd7ff5a

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [0.4.2-pre]
3+
## [0.4.2]
44
- Fix SIGNIFICANT bug miscalculating the number of builder frames in
55
use. Nesting 8 levels would cause memory corruption (#41).
66
- Fix minor memory leak in flatcc compiler.

include/flatcc/flatcc_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#define FLATCC_VERSION_TEXT "0.4.2-pre"
1+
#define FLATCC_VERSION_TEXT "0.4.2"
22
#define FLATCC_VERSION_MAJOR 0
33
#define FLATCC_VERSION_MINOR 4
44
#define FLATCC_VERSION_PATCH 2
55
/* 1 or 0 */
6-
#define FLATCC_VERSION_RELEASED 0
6+
#define FLATCC_VERSION_RELEASED 1

include/flatcc/portable/pversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#define PORTABLE_VERSION_TEXT "0.2.2-pre"
1+
#define PORTABLE_VERSION_TEXT "0.2.2"
22
#define PORTABLE_VERSION_MAJOR 0
33
#define PORTABLE_VERSION_MINOR 2
44
#define PORTABLE_VERSION_PATCH 2
55
/* 1 or 0 */
6-
#define PORTABLE_VERSION_RELEASED 0
6+
#define PORTABLE_VERSION_RELEASED 1

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.4.1 FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.4.2 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.4.1 FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.4.2 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.4.1 FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.4.2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#ifndef REFLECTION_READER_H
22
#define REFLECTION_READER_H
33

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

66
#ifndef FLATBUFFERS_COMMON_READER_H
77
#include "flatbuffers_common_reader.h"
88
#endif
99
#include "flatcc/flatcc_flatbuffers.h"
10-
#ifndef alignas
10+
#ifndef __alignas_is_defined
1111
#include <stdalign.h>
1212
#endif
1313
#define PDIAGNOSTIC_IGNORE_UNUSED

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.4.1 FlatBuffers schema compiler for C by dvide.com */
4+
/* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */
55

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

0 commit comments

Comments
 (0)