Updated binary cache version.
This commit is contained in:
parent
1336ac42ab
commit
38c1b0feb0
1 changed files with 2 additions and 2 deletions
|
|
@ -64,9 +64,9 @@ class binary_cache_t
|
|||
{
|
||||
static const unsigned long binary_magic_number = 0xFFEED765;
|
||||
#if defined(DEBUG_ON)
|
||||
static const unsigned long format_version = 0x0002060d;
|
||||
static const unsigned long format_version = 0x00030001;
|
||||
#else
|
||||
static const unsigned long format_version = 0x0002060c;
|
||||
static const unsigned long format_version = 0x00030000;
|
||||
#endif
|
||||
|
||||
scoped_array<char> item_pool;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue