Skip to content

Commit 51d78b8

Browse files
committed
Bump portable version to 0.2.5
1 parent 3e14e3a commit 51d78b8

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

0 commit comments

Comments
 (0)