diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-06-17 18:02:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 18:02:11 -0700 |
commit | ee5d1102c3300bc46467965973fbfa725130393e (patch) | |
tree | 6fc4fed4bac769a70906e30a12ef610874624c19 /indra/newview | |
parent | 375555012f92c1b836f2d122754f9facd050be62 (diff) | |
parent | dd64c39d64ef0b829952dac5c4ef61c51671b9d4 (diff) |
Merge pull request #1763 from secondlife/brad/tag-nightly
Setting up scheduled and manually dispatched releases.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llversioninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llversioninfo.cpp b/indra/newview/llversioninfo.cpp index c3dc07f357..a571b5544b 100644 --- a/indra/newview/llversioninfo.cpp +++ b/indra/newview/llversioninfo.cpp @@ -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"); |