diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2010-02-10 10:35:03 -0800 | 
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2010-02-10 10:35:03 -0800 | 
| commit | fd4aee8f83cf97392c01dd2157a6656eda148aef (patch) | |
| tree | 060f7982befc06563cde9972581ac1d8bc4844a2 | |
| parent | 2bc74a4e99b31023bce390198d3a2d5f0b835829 (diff) | |
| parent | 4139e2692605e225ba5d289007f2d50d429697c7 (diff) | |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
| -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;  | 
