aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewerversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/viewerversion.h')
-rw-r--r--linden/indra/newview/viewerversion.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/linden/indra/newview/viewerversion.h b/linden/indra/newview/viewerversion.h
index d67cee5..a517f9f 100644
--- a/linden/indra/newview/viewerversion.h
+++ b/linden/indra/newview/viewerversion.h
@@ -52,15 +52,15 @@ public:
52 // Returns the name of the viewer. Currently always "Imprudence" 52 // Returns the name of the viewer. Currently always "Imprudence"
53 static std::string getImpViewerName() { return sViewerName; } 53 static std::string getImpViewerName() { return sViewerName; }
54 54
55 // Returns the major version of Second Life 55 // Returns the major version of the viewer
56 static S32 getLLMajorVersion() { return LL_VERSION_MAJOR; } 56 static S32 getLLMajorVersion() { return LL_VERSION_MAJOR; }
57 // Returns the minor version of Second Life 57 // Returns the minor version of the viewer
58 static S32 getLLMinorVersion() { return LL_VERSION_MINOR; } 58 static S32 getLLMinorVersion() { return LL_VERSION_MINOR; }
59 // Returns the patch version of Second Life 59 // Returns the patch version of the viewer
60 static S32 getLLPatchVersion() { return LL_VERSION_PATCH; } 60 static S32 getLLPatchVersion() { return LL_VERSION_PATCH; }
61 // Returns the build version of Second Life 61 // Returns the build version of the viewer
62 static S32 getLLBuildVersion() { return LL_VERSION_BUILD; } 62 static S32 getLLBuildVersion() { return LL_VERSION_BUILD; }
63 // Returns the name of the LL viewer ("Second Life") 63 // Returns the name of the viewer ("meta-impy")
64 static std::string getLLViewerName() { return LL_VIEWER_NAME; } 64 static std::string getLLViewerName() { return LL_VIEWER_NAME; }
65 65
66 // Note that the viewer channel is set in settings.xml 66 // Note that the viewer channel is set in settings.xml