summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-10 18:49:06 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-10 18:49:06 +0000
commitbac0248f3b9a2594a3612cf33a246b3e61f89aca (patch)
treeea748671a911e5861caebbe1ac666c0a26e4ed16 /indra
parenteeb480085809978c8711242d30b660a80ced123b (diff)
parentfd4aee8f83cf97392c01dd2157a6656eda148aef (diff)
merge.
Diffstat (limited to 'indra')
-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;