diff options
Diffstat (limited to 'libibex/ibex_internal.h')
-rw-r--r-- | libibex/ibex_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libibex/ibex_internal.h b/libibex/ibex_internal.h index bd5d1cbea4..db772e4062 100644 --- a/libibex/ibex_internal.h +++ b/libibex/ibex_internal.h @@ -24,10 +24,11 @@ #include "block.h" #include "wordindex.h" -#define IBEX_VERSION "ibx4" +#define IBEX_VERSION "ibx5" struct ibex { char *path; struct _memcache *blocks; struct _IBEXWord *words; + int predone; }; |