summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-02-10 10:34:33 -0800
committerXiaohong Bao <bao@lindenlab.com>2010-02-10 10:34:33 -0800
commit4139e2692605e225ba5d289007f2d50d429697c7 (patch)
tree2ad999e17d946f3c833586a8d266200a3b35e222 /indra/newview/llappviewer.cpp
parent4a8b0e0f43c8bb1cbb77e8c89e5675e33dbce5e2 (diff)
change the cache version number to force to clear old cache.
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 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;