Skip to content
Snippets Groups Projects
  • Lynx Linden's avatar
    98111a40
    DEV-43439: Created new LLVersionInfo API. · 98111a40
    Lynx Linden authored
    Renamed llviewerversion to llversioninfo, to avoid confusion with
    llversionviewer in llcommon (llversion is already used by llwindow).
    
    Created new LLVersionInfo class with the following methods:
    
            static S32 getMajor();
            static S32 getMinor();
            static S32 getPatch();
            static S32 getBuild();
            static const std::string &getVersion();
            static const std::string &getShortVersion();
            static const std::string &getChannel();
    
    All viewer code has been updated to use this API. Viewer code no
    longer directly includes llversionviewer.h from llcommon.
    98111a40
    History
    DEV-43439: Created new LLVersionInfo API.
    Lynx Linden authored
    Renamed llviewerversion to llversioninfo, to avoid confusion with
    llversionviewer in llcommon (llversion is already used by llwindow).
    
    Created new LLVersionInfo class with the following methods:
    
            static S32 getMajor();
            static S32 getMinor();
            static S32 getPatch();
            static S32 getBuild();
            static const std::string &getVersion();
            static const std::string &getShortVersion();
            static const std::string &getChannel();
    
    All viewer code has been updated to use this API. Viewer code no
    longer directly includes llversionviewer.h from llcommon.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.