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 Removed libtcmalloc_minimal.dll from the default build. 2009-12-02 16:00:22 -08:00
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
llimagej2coj
llinventory
llmath
llmessage Work around Linux viewer test program catch failure 2009-12-03 13:51:44 -08:00
llplugin Add Doxygen comments 2009-12-03 08:47:59 -08:00
llprimitive
llrender
llui merge 2009-12-04 10:56:19 -08:00
llvfs
llwindow
llxml
llxuixml
lscript
mac_crash_logger
mac_updater
media_plugins local merge 2009-12-03 09:18:11 -08:00
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