diff options
Diffstat (limited to 'indra/newview/llversioninfo.cpp')
| -rw-r--r-- | indra/newview/llversioninfo.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llversioninfo.cpp b/indra/newview/llversioninfo.cpp index 4e8320b72a..b7ea95c694 100644 --- a/indra/newview/llversioninfo.cpp +++ b/indra/newview/llversioninfo.cpp @@ -158,9 +158,9 @@ LLVersionInfo::ViewerMaturity LLVersionInfo::getViewerMaturity() const      else      {          LL_WARNS() << "Channel '" << channel -                   << "' does not follow naming convention, assuming Test" +                   << "' does not follow naming convention, assuming Release"                     << LL_ENDL; -        maturity = TEST_VIEWER; +        maturity = RELEASE_VIEWER;      }      return maturity;  }  | 
