diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index eb84643..826111f 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -38,6 +38,14 @@ const S32 LL_VERSION_MINOR = 23; | |||
38 | const S32 LL_VERSION_PATCH = 4; | 38 | const S32 LL_VERSION_PATCH = 4; |
39 | const S32 LL_VERSION_BUILD = 123523; | 39 | const S32 LL_VERSION_BUILD = 123523; |
40 | 40 | ||
41 | const char * const LL_CHANNEL = "Second Life Release Candidate"; | 41 | const char * const LL_CHANNEL = "Imprudence"; |
42 | |||
43 | const char * const LL_VIEWER_NAME = "Second Life"; | ||
44 | const char * const IMP_VIEWER_NAME = "Imprudence"; | ||
45 | |||
46 | const S32 IMP_VERSION_MAJOR = 1; | ||
47 | const S32 IMP_VERSION_MINOR = 1; | ||
48 | const S32 IMP_VERSION_PATCH = 0; | ||
49 | const char * const IMP_VERSION_TEST = ""; | ||
42 | 50 | ||
43 | #endif | 51 | #endif |