diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 8 |
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; | |||
40 | const S32 LL_VERSION_PATCH = 5; | 40 | const S32 LL_VERSION_PATCH = 5; |
41 | const S32 LL_VERSION_BUILD = 136262; | 41 | const S32 LL_VERSION_BUILD = 136262; |
42 | 42 | ||
43 | const char * const LL_VIEWER_NAME = "Second Life"; | 43 | const 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 | ||
51 | const char * const IMP_VIEWER_NAME = "Imprudence"; | 51 | const char * const IMP_VIEWER_NAME = "meta-impy"; |
52 | 52 | ||
53 | const S32 IMP_VERSION_MAJOR = 1; | 53 | const S32 IMP_VERSION_MAJOR = 1; |
54 | const S32 IMP_VERSION_MINOR = 3; | 54 | const S32 IMP_VERSION_MINOR = 3; |