diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-05-01 10:50:56 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-05-01 12:09:09 +0300 | 
| commit | a0cbf22d64862aa9a2036541c39f868d1c384cf1 (patch) | |
| tree | 94bcb9e65c743a1c9a6f5c253c468fd0b4869147 | |
| parent | 98078b9aade28c8e24f74103f57f96bcdacd4fa4 (diff) | |
#4001 Bump cache version
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 7e7aa521d3..677f34456e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -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 ;  } | 
