Skip to content

Commit

Permalink
bump cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbshelper committed Aug 7, 2024
1 parent e95fdd1 commit a245202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crengine/src/lvtinydom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ extern const int gDOMVersionCurrent = DOM_VERSION_CURRENT;

/// change in case of incompatible changes in swap/cache file format to avoid using incompatible swap file
// increment to force complete reload/reparsing of old file
#define CACHE_FILE_FORMAT_VERSION "3.05.74k"
#define CACHE_FILE_FORMAT_VERSION "3.05.75k"
/// increment following value to force re-formatting of old book after load
#define FORMATTING_VERSION_ID 0x0033

Expand Down

0 comments on commit a245202

Please sign in to comment.