Skip to content

Commit

Permalink
Update CHANGELOG tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelfj committed Aug 17, 2019
1 parent 8e747e9 commit 571dc41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6.0-pre]
## [0.6.0]

- BREAKING: if there are multiple table fields with a key attribute, the
default key is now the field with the smaller id rather than the first
Expand Down
6 changes: 3 additions & 3 deletions include/flatcc/flatcc_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
extern "C" {
#endif

#define FLATCC_VERSION_TEXT "0.6.0"
#define FLATCC_VERSION_TEXT "0.6.1-dev"
#define FLATCC_VERSION_MAJOR 0
#define FLATCC_VERSION_MINOR 6
#define FLATCC_VERSION_PATCH 0
#define FLATCC_VERSION_PATCH 1
/* 1 or 0 */
#define FLATCC_VERSION_RELEASED 1
#define FLATCC_VERSION_RELEASED 0

#ifdef __cplusplus
}
Expand Down

0 comments on commit 571dc41

Please sign in to comment.