From 729f8fa037219cdf0fd42b78866e869dc5ee8227 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Mon, 15 Jan 2024 15:47:20 +0800 Subject: Change default maturity to Release to get the default colours for the viewer. --- indra/newview/llversioninfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llversioninfo.cpp b/indra/newview/llversioninfo.cpp index 9551df7bee..eedbd0d4b9 100644 --- a/indra/newview/llversioninfo.cpp +++ b/indra/newview/llversioninfo.cpp @@ -158,9 +158,9 @@ LLVersionInfo::ViewerMaturity LLVersionInfo::getViewerMaturity() 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; } -- cgit v1.2.3