Skip to content
Snippets Groups Projects
  • Lynx Linden's avatar
    de2f8212
    DEV-43439: Added calls to query the viewer version. · de2f8212
    Lynx Linden authored
    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();
    de2f8212
    History
    DEV-43439: Added calls to query the viewer version.
    Lynx Linden authored
    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();
Code owners
Assign users and groups as approvers for specific file changes. Learn more.