Skip to content

Commit

Permalink
Bump version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelfj committed May 12, 2017
1 parent f6491e0 commit dd7ff5a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.4.2-pre]
## [0.4.2]
- Fix SIGNIFICANT bug miscalculating the number of builder frames in
use. Nesting 8 levels would cause memory corruption (#41).
- Fix minor memory leak in flatcc compiler.
Expand Down
4 changes: 2 additions & 2 deletions include/flatcc/flatcc_version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define FLATCC_VERSION_TEXT "0.4.2-pre"
#define FLATCC_VERSION_TEXT "0.4.2"
#define FLATCC_VERSION_MAJOR 0
#define FLATCC_VERSION_MINOR 4
#define FLATCC_VERSION_PATCH 2
/* 1 or 0 */
#define FLATCC_VERSION_RELEASED 0
#define FLATCC_VERSION_RELEASED 1
4 changes: 2 additions & 2 deletions include/flatcc/portable/pversion.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define PORTABLE_VERSION_TEXT "0.2.2-pre"
#define PORTABLE_VERSION_TEXT "0.2.2"
#define PORTABLE_VERSION_MAJOR 0
#define PORTABLE_VERSION_MINOR 2
#define PORTABLE_VERSION_PATCH 2
/* 1 or 0 */
#define PORTABLE_VERSION_RELEASED 0
#define PORTABLE_VERSION_RELEASED 1
2 changes: 1 addition & 1 deletion include/flatcc/reflection/flatbuffers_common_builder.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef FLATBUFFERS_COMMON_BUILDER_H
#define FLATBUFFERS_COMMON_BUILDER_H

/* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
/* Generated by flatcc 0.4.2 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef FLATBUFFERS_COMMON_READER_H
#define FLATBUFFERS_COMMON_READER_H

/* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
/* Generated by flatcc 0.4.2 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef REFLECTION_BUILDER_H
#define REFLECTION_BUILDER_H

/* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
/* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */

#ifndef REFLECTION_READER_H
#include "reflection_reader.h"
Expand Down
4 changes: 2 additions & 2 deletions include/flatcc/reflection/reflection_reader.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#ifndef REFLECTION_READER_H
#define REFLECTION_READER_H

/* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
/* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */

#ifndef FLATBUFFERS_COMMON_READER_H
#include "flatbuffers_common_reader.h"
#endif
#include "flatcc/flatcc_flatbuffers.h"
#ifndef alignas
#ifndef __alignas_is_defined
#include <stdalign.h>
#endif
#define PDIAGNOSTIC_IGNORE_UNUSED
Expand Down
2 changes: 1 addition & 1 deletion include/flatcc/reflection/reflection_verifier.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef REFLECTION_VERIFIER_H
#define REFLECTION_VERIFIER_H

/* Generated by flatcc 0.4.1 FlatBuffers schema compiler for C by dvide.com */
/* Generated by flatcc 0.4.2 FlatBuffers schema compiler for C by dvide.com */

#ifndef REFLECTION_READER_H
#include "reflection_reader.h"
Expand Down

0 comments on commit dd7ff5a

Please sign in to comment.