#4001 Bump cache version

master
Andrey Kleshchev 2025-05-01 10:50:56 +03:00 committed by Andrey Kleshchev
parent 98078b9aad
commit a0cbf22d64
1 changed files with 1 additions and 1 deletions

View File

@ -4248,7 +4248,7 @@ U32 LLAppViewer::getTextureCacheVersion()
U32 LLAppViewer::getDiskCacheVersion()
{
// Viewer disk cache version intorduced in Simple Cache Viewer, change if the cache format changes.
const U32 DISK_CACHE_VERSION = 2;
const U32 DISK_CACHE_VERSION = 3;
return DISK_CACHE_VERSION ;
}