Skip to content

Commit c3cb743

Browse files
committed
Release portable version 0.2.1
1 parent a922817 commit c3cb743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.1-pre"
1+
#define PORTABLE_VERSION_TEXT "0.2.1"
22
#define PORTABLE_VERSION_MAJOR 0
33
#define PORTABLE_VERSION_MINOR 2
44
#define PORTABLE_VERSION_PATCH 1
55
/* 1 or 0 */
6-
#define PORTABLE_VERSION_RELEASED 0
6+
#define PORTABLE_VERSION_RELEASED 1

0 commit comments

Comments
 (0)