-
- Downloads
DEV-43439: Added calls to query the viewer version.
Rather than copy/paste the same version string formatting pattern again, I added new string-based version routines: /// return the full viewer version as a string like "2.0.0.200030" const std::string &llGetViewerVersion(); /// return the viewer version as a string like "2.0.0" const std::string &llGetViewerShortVersion(); /// return the viewer build version as a string, e.g., "200130" const std::string &llGetViewerBuildVersion();
Showing
- indra/newview/CMakeLists.txt 3 additions, 2 deletionsindra/newview/CMakeLists.txt
- indra/newview/llappviewer.cpp 5 additions, 8 deletionsindra/newview/llappviewer.cpp
- indra/newview/llfloaterabout.cpp 2 additions, 11 deletionsindra/newview/llfloaterabout.cpp
- indra/newview/llfloaterreporter.cpp 4 additions, 9 deletionsindra/newview/llfloaterreporter.cpp
- indra/newview/llpanellogin.cpp 4 additions, 7 deletionsindra/newview/llpanellogin.cpp
- indra/newview/llviewerhelputil.cpp 2 additions, 8 deletionsindra/newview/llviewerhelputil.cpp
- indra/newview/llviewerhome.cpp 2 additions, 10 deletionsindra/newview/llviewerhome.cpp
- indra/newview/llviewermedia.cpp 2 additions, 2 deletionsindra/newview/llviewermedia.cpp
- indra/newview/tests/llviewerhelputil_test.cpp 7 additions, 0 deletionsindra/newview/tests/llviewerhelputil_test.cpp
Loading
Please register or sign in to comment