diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-08-26 11:32:58 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-08-26 11:32:58 -0600 |
commit | 74d4933ab77beee3c139065758033d51f474c5f1 (patch) | |
tree | b826a9ff593b3dded58335de331f46c5e456371b /indra/newview | |
parent | e30b03198cf35496e691e601ef3167ca44229116 (diff) |
reversion of object cache version number change
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | 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 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; } |