From 793d3233572b7af9cc27829a064a11664003f891 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 26 Oct 2000 02:53:49 +0000 Subject: Oopps, knew i shoul'dve compiled before committing. (IBEX_VERSION): moved into block.h svn path=/trunk/; revision=6193 --- libibex/ChangeLog | 1 + libibex/block.h | 3 +++ libibex/ibex_internal.h | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'libibex') diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 4b0055ed4b..5b17e39148 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -5,6 +5,7 @@ * ibex_internal.h (IBEX_VERSION): Bumped version again. This time I did change the index format. + (IBEX_VERSION): moved into block.h * hash.c (struct _hashroot): Add a linked list of keys to the table. (struct _hashblock): Added a next pointer as a block number. 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 +/* version of file format */ +#define IBEX_VERSION "ibx6" + typedef guint32 nameid_t; typedef guint32 blockid_t; diff --git a/libibex/ibex_internal.h b/libibex/ibex_internal.h index 1a1e968661..0eb4b625ce 100644 --- a/libibex/ibex_internal.h +++ b/libibex/ibex_internal.h @@ -24,8 +24,6 @@ #include "block.h" #include "wordindex.h" -#define IBEX_VERSION "ibx6" - struct ibex { char *path; struct _memcache *blocks; -- cgit v1.2.3