diff options
Diffstat (limited to 'libibex/block.h')
-rw-r--r-- | libibex/block.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libibex/block.h b/libibex/block.h index 6de33281b4..dbc8fd5ad8 100644 --- a/libibex/block.h +++ b/libibex/block.h @@ -8,6 +8,9 @@ #include <glib.h> +/* version of file format */ +#define IBEX_VERSION "ibx6" + typedef guint32 nameid_t; typedef guint32 blockid_t; |