diff options
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 66462b3..bc42359 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -37,6 +37,13 @@ const S32 LL_VERSION_MINOR = 21; | |||
37 | const S32 LL_VERSION_PATCH = 6; | 37 | const S32 LL_VERSION_PATCH = 6; |
38 | const S32 LL_VERSION_BUILD = 0; | 38 | const S32 LL_VERSION_BUILD = 0; |
39 | 39 | ||
40 | const char * const LL_CHANNEL = "Second Life Release"; | 40 | const char * const LL_CHANNEL = "Imprudence"; |
41 | |||
42 | const char * const LL_VIEWER_NAME = "Second Life"; | ||
43 | const char * const IMP_VIEWER_NAME = "Imprudence"; | ||
44 | |||
45 | const S32 IMP_VERSION_MAJOR = 1; | ||
46 | const S32 IMP_VERSION_MINOR = 0; | ||
47 | const S32 IMP_VERSION_PATCH = 0; | ||
41 | 48 | ||
42 | #endif | 49 | #endif |