Go to file
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
doc Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-04 09:54:07 -05:00
etc merge of latest lindenlab/svn-imports-viewer-20 2009-10-01 18:19:45 -07:00
indra DEV-43439: Added calls to query the viewer version. 2009-12-07 20:05:52 +00:00
scripts Adding new option definition - forgot. 2009-11-06 15:54:11 -08:00
.hgignore merge, manual conflict fix panel_bottomtray.xml, talk_button.xml, llfloaternearbymedia.cpp 2009-11-23 14:46:47 -08:00
install.xml DEV-43463: use fixed Boost package on Windows 2009-12-04 17:32:09 -05:00