Commit Graph

8 Commits (05935d09124db6834ed7262b94de7558b6738590)

Author SHA1 Message Date
Arrehn 1155716d1b dancing with GCC warnings across multiple versions 2011-06-11 14:24:40 -07:00
Arrehn 0a3db09b48 slightly improved build fix 2011-06-11 13:39:13 -07:00
Arrehn 078e4a3d87 Ubuntu32 build patch for crashreporter 2011-06-11 11:20:36 -07:00
Kitty Barnett f2f8f03560 - changed : include viewer channel, version and build platform in the information sent to the upload handler 2011-05-08 22:25:00 +02:00
Mark Palange (Mani) c51608633d CHOP-238 Fix to bug introduced by http://hg.secondlife.com/viewer-beta/changeset/4072bd5389b2 Reviewed by Brad 2010-12-01 16:02:43 -08:00
Mark Palange (Mani) 6ab2e44e94 VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() and unit tests. Reviewed by brad. 2010-11-01 15:18:18 -07:00
Oz Linden 06b0d72efa Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
Lynx Linden 98111a40ec DEV-43439: Created new LLVersionInfo API.
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.
2009-12-08 14:56:19 +00:00