summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorHoward Stearns <howard.stearns@gmail.com>2021-12-30 10:05:52 -0800
committerHoward Stearns <howard.stearns@gmail.com>2022-01-06 15:44:21 -0800
commitbdd8a52dfef293e19da260804f6156a66f05c236 (patch)
tree12064cdeecc05cb1f76309e0e99d55b79a03b5ae /indra/newview/llvoiceclient.cpp
parent0e94fe645bb7d62ecd2477a7287608a7e5159913 (diff)
SL-13297 - Record and use build version reported by SLVoice
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp1
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;
}
}