summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorBrad Linden <46733234+brad-linden@users.noreply.github.com>2023-09-20 14:45:03 -0700
committerGitHub <noreply@github.com>2023-09-20 14:45:03 -0700
commite02dc20b9db4c6ec192b2c68c4c732a26296fc20 (patch)
treebe25a3dff6011a3a8d07b7b29b53eb3aad17f253 /indra/newview/llappviewer.cpp
parent5b2de090c1ac44c415e8573e0d6b1136cd689f35 (diff)
parentbb7f023aaaaa2aaa747a131486390f739cc32ed3 (diff)
Merge pull request #379 from secondlife/davep/SL-19842
New GLTF protocol and lighting changes
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index ce5430104e..37494b87b6 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4168,7 +4168,7 @@ U32 LLAppViewer::getObjectCacheVersion()
{
// Viewer object cache version, change if object update
// format changes. JC
- const U32 INDRA_OBJECT_CACHE_VERSION = 16;
+ const U32 INDRA_OBJECT_CACHE_VERSION = 17;
return INDRA_OBJECT_CACHE_VERSION;
}