summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-02-10 10:35:03 -0800
committerXiaohong Bao <bao@lindenlab.com>2010-02-10 10:35:03 -0800
commitfd4aee8f83cf97392c01dd2157a6656eda148aef (patch)
tree060f7982befc06563cde9972581ac1d8bc4844a2 /indra/newview
parent2bc74a4e99b31023bce390198d3a2d5f0b835829 (diff)
parent4139e2692605e225ba5d289007f2d50d429697c7 (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/newview')
-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 9f5c6cc441..00a9e4d745 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3004,7 +3004,7 @@ bool LLAppViewer::initCache()
// Purge cache if it belongs to an old version
else
{
- static const S32 cache_version = 5;
+ static const S32 cache_version = 6;
if (gSavedSettings.getS32("LocalCacheVersion") != cache_version)
{
mPurgeCache = true;