From 8421661a89d8c560edfdd3289a423845c79b4925 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Tue, 8 Nov 2011 01:27:12 +0100 Subject: [PATCH] Version 1.6.0(3) --- indra/llcommon/llversionviewer.h | 2 +- indra/newview/llappviewer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index ca23c9637..f8dd67fb9 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -36,7 +36,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 6; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 2; +const S32 LL_VERSION_BUILD = 3; const char * const LL_CHANNEL = "Singularity"; diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 5dd38f79a..3a4bde499 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3127,7 +3127,7 @@ void dumpVFSCaches() U32 LLAppViewer::getTextureCacheVersion() { //viewer texture cache version, change if the texture cache format changes. - static const U32 TEXTURE_CACHE_VERSION = 7; + static const U32 TEXTURE_CACHE_VERSION = 8; return TEXTURE_CACHE_VERSION ; }