phoenix-firestorm/indra
Lynx Linden de2f8212f0 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();
2009-12-07 20:05:52 +00:00
..
cmake
copy_win_scripts
integration_tests
lib/python
linux_crash_logger
linux_updater
llaudio
llcharacter
llcommon Merge 2009-12-03 13:21:32 -08:00
llcrashlogger
llimage merge 2009-11-06 12:20:52 -08:00
llimagej2coj
llinventory
llmath Add CMake var LL_TESTS to optionally disable tests for build timing 2009-11-27 22:24:57 -08:00
llmessage Work around Linux viewer test program catch failure 2009-12-03 13:51:44 -08:00
llplugin
llprimitive
llrender
llui merge 2009-12-04 10:56:19 -08:00
llvfs
llwindow
llxml
llxuixml
lscript
mac_crash_logger
mac_updater
media_plugins
newview DEV-43439: Added calls to query the viewer version. 2009-12-07 20:05:52 +00:00
test Resync indra/test's LD_LIBRARY_PATH with ADD_INTEGRATION_TEST 2009-12-03 12:00:20 -05:00
test_apps/llplugintest
tools/vstool
viewer_components DEV-43463: use fixed Boost package on Windows 2009-12-04 17:32:09 -05:00
win_crash_logger
win_updater
CMakeLists.txt
develop.py