summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-01-15 15:47:20 +0800
committerErik Kundiman <erik@megapahit.org>2024-01-15 15:47:20 +0800
commit729f8fa037219cdf0fd42b78866e869dc5ee8227 (patch)
treec1b30707d45651891675d7a4c41a98112427c3f8 /indra
parentdf3b570e1687a0479d0045a1a090570bc0179a3f (diff)
Change default maturity to Release
to get the default colours for the viewer.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llversioninfo.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}