summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-08-26 11:32:58 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-08-26 11:32:58 -0600
commit74d4933ab77beee3c139065758033d51f474c5f1 (patch)
treeb826a9ff593b3dded58335de331f46c5e456371b /indra
parente30b03198cf35496e691e601ef3167ca44229116 (diff)
reversion of object cache version number change
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 0f155b8ad7..7f37cee8b8 100755
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4030,7 +4030,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 = 14;
return INDRA_OBJECT_CACHE_VERSION;
}