diff options
Diffstat (limited to 'include/flatcc/portable/pversion.h')
-rw-r--r-- | include/flatcc/portable/pversion.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/flatcc/portable/pversion.h b/include/flatcc/portable/pversion.h new file mode 100644 index 0000000..d434104 --- /dev/null +++ b/include/flatcc/portable/pversion.h @@ -0,0 +1,6 @@ +#define PORTABLE_VERSION_TEXT "0.2.6-pre" +#define PORTABLE_VERSION_MAJOR 0 +#define PORTABLE_VERSION_MINOR 2 +#define PORTABLE_VERSION_PATCH 6 +/* 1 or 0 */ +#define PORTABLE_VERSION_RELEASED 0 |