Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • next protected
  • UI-EvenMoreTweaks
  • merge/materials_featurette protected
  • merge/webrtc protected
  • darl/linux-sh-installer
  • xenhat/maint/bolt
  • xenhat/features/cinematic-mode-new
  • screensquare
  • ssestuff
  • spdlog
  • 7.1.7.2486-beta
  • 7.1.4.2442-beta
  • 7.1.4.2413-beta
  • 7.1.3.2338-beta
  • 7.1.3.2332-beta
  • 7.1.2.2304-beta
  • 7.1.1.2251-beta
  • 7.0.1.2244-beta
  • 7.0.1.2240-beta
  • 7.0.1.2230-beta
  • 7.0.1.2206-beta
22 results

llappviewer.cpp

  • 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.