make Second Life Develop be recognized as a Beta channel

master
Brad Linden 2024-06-14 15:08:50 -07:00
parent 0e1e1685d4
commit e22408a27e
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ LLVersionInfo::ViewerMaturity LLVersionInfo::getViewerMaturity()
std::string channel = getChannel();
static const boost::regex is_test_channel("\\bTest\\b");
static const boost::regex is_beta_channel("\\bBeta\\b");
static const boost::regex is_beta_channel("\\b(Beta|Develop)\\b"); // Develop is an alias for Beta
static const boost::regex is_project_channel("\\bProject\\b");
static const boost::regex is_release_channel("\\bRelease\\b");