diff options
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 7e22dce..e5a915a 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -2886,7 +2886,7 @@ bool LLAppViewer::initCache() | |||
2886 | // Purge cache if it belongs to an old version | 2886 | // Purge cache if it belongs to an old version |
2887 | else | 2887 | else |
2888 | { | 2888 | { |
2889 | static const S32 cache_version = 5; | 2889 | static const S32 cache_version = 6; |
2890 | if (gSavedSettings.getS32("LocalCacheVersion") != cache_version) | 2890 | if (gSavedSettings.getS32("LocalCacheVersion") != cache_version) |
2891 | { | 2891 | { |
2892 | mPurgeCache = true; | 2892 | mPurgeCache = true; |