diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index e7f4415a86831eb97c4d2e56b61793eb179eeef8..6a4116c57965d07e54f1e07959e95f96997aedbb 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4239,7 +4239,7 @@ U32 LLAppViewer::getTextureCacheVersion() // 2021-03-10 Bumping up by one to help obviate texture cache issues with // Simple Cache Viewer - see SL-14985 for more information //const U32 TEXTURE_CACHE_VERSION = 8; - const U32 TEXTURE_CACHE_VERSION = 9; + const U32 TEXTURE_CACHE_VERSION = 10; return TEXTURE_CACHE_VERSION ; } @@ -4258,7 +4258,7 @@ U32 LLAppViewer::getObjectCacheVersion() { // Viewer object cache version, change if object update // format changes. JC - const U32 INDRA_OBJECT_CACHE_VERSION = 15; + const U32 INDRA_OBJECT_CACHE_VERSION = 16; return INDRA_OBJECT_CACHE_VERSION; }