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.h | |
parent | 0e94fe645bb7d62ecd2477a7287608a7e5159913 (diff) |
SL-13297 - Record and use build version reported by SLVoice
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index cf527a4464..cf6e308fc0 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -95,6 +95,7 @@ struct LLVoiceVersionInfo { std::string serverType; std::string serverVersion; + std::string buildVersion; }; ////////////////////////////////// |