aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llversionviewer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index ab74a3f..a571b95 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -40,15 +40,15 @@ const S32 LL_VERSION_MINOR = 23;
40const S32 LL_VERSION_PATCH = 5; 40const S32 LL_VERSION_PATCH = 5;
41const S32 LL_VERSION_BUILD = 136262; 41const S32 LL_VERSION_BUILD = 136262;
42 42
43const char * const LL_VIEWER_NAME = "Second Life"; 43const char * const LL_VIEWER_NAME = "meta-impy";
44 44
45// These aren't used anymore. 45// These aren't used anymore.
46// The channel is ViewerChannelName in settings.xml 46// The channel is ViewerChannelName in settings.xml
47// The Imprudence version is set in app_settings\viewerversion.xml -- MC 47// The meta-impy version is set in app_settings\viewerversion.xml -- MC
48 48
49/*const char * const LL_CHANNEL = "Imprudence"; 49/*const char * const LL_CHANNEL = "meta-impy";
50 50
51const char * const IMP_VIEWER_NAME = "Imprudence"; 51const char * const IMP_VIEWER_NAME = "meta-impy";
52 52
53const S32 IMP_VERSION_MAJOR = 1; 53const S32 IMP_VERSION_MAJOR = 1;
54const S32 IMP_VERSION_MINOR = 3; 54const S32 IMP_VERSION_MINOR = 3;