diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 18:49:06 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 18:49:06 +0000 |
commit | bac0248f3b9a2594a3612cf33a246b3e61f89aca (patch) | |
tree | ea748671a911e5861caebbe1ac666c0a26e4ed16 /indra | |
parent | eeb480085809978c8711242d30b660a80ced123b (diff) | |
parent | fd4aee8f83cf97392c01dd2157a6656eda148aef (diff) |
merge.
Diffstat (limited to 'indra')
-rw-r--r-- | 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 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; |