Skip to content

Commit

Permalink
Merge branch 'r4.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm committed May 15, 2024
2 parents a226f58 + 290c953 commit bebcb40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class CachedOsmandIndexes {
private boolean hasChanged = false;
public static final String INDEXES_DEFAULT_FILENAME = "indexes.cache";

public static final int VERSION = 4;// synchronize with binaryRead.cpp CACHE_VERSION
public static final int VERSION = 5;// synchronize with binaryRead.cpp CACHE_VERSION

public FileIndex addToCache(BinaryMapIndexReader reader, File f) {
hasChanged = true;
Expand Down

0 comments on commit bebcb40

Please sign in to comment.