diff options
author | Howard Stearns <howard.stearns@gmail.com> | 2021-12-30 10:05:52 -0800 |
---|---|---|
committer | Howard Stearns <howard.stearns@gmail.com> | 2022-01-06 15:44:21 -0800 |
commit | bdd8a52dfef293e19da260804f6156a66f05c236 (patch) | |
tree | 12064cdeecc05cb1f76309e0e99d55b79a03b5ae /indra/newview/llvoiceclient.cpp | |
parent | 0e94fe645bb7d62ecd2477a7287608a7e5159913 (diff) |
SL-13297 - Record and use build version reported by SLVoice
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index e2bd1a39c7..dac609140a 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -200,6 +200,7 @@ const LLVoiceVersionInfo LLVoiceClient::getVersion() LLVoiceVersionInfo result; result.serverVersion = std::string(); result.serverType = std::string(); + result.buildVersion = std::string(); return result; } } |