diff options
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 799ad5f..ab74a3f 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -33,19 +33,26 @@ | |||
33 | #ifndef LL_LLVERSIONVIEWER_H | 33 | #ifndef LL_LLVERSIONVIEWER_H |
34 | #define LL_LLVERSIONVIEWER_H | 34 | #define LL_LLVERSIONVIEWER_H |
35 | 35 | ||
36 | // Version info should be accessed using newview\viewerversion.h -- MC | ||
37 | |||
36 | const S32 LL_VERSION_MAJOR = 1; | 38 | const S32 LL_VERSION_MAJOR = 1; |
37 | const S32 LL_VERSION_MINOR = 23; | 39 | const S32 LL_VERSION_MINOR = 23; |
38 | const S32 LL_VERSION_PATCH = 5; | 40 | const S32 LL_VERSION_PATCH = 5; |
39 | const S32 LL_VERSION_BUILD = 136262; | 41 | const S32 LL_VERSION_BUILD = 136262; |
40 | 42 | ||
41 | const char * const LL_CHANNEL = "Imprudence"; | ||
42 | |||
43 | const char * const LL_VIEWER_NAME = "Second Life"; | 43 | const char * const LL_VIEWER_NAME = "Second Life"; |
44 | |||
45 | // These aren't used anymore. | ||
46 | // The channel is ViewerChannelName in settings.xml | ||
47 | // The Imprudence version is set in app_settings\viewerversion.xml -- MC | ||
48 | |||
49 | /*const char * const LL_CHANNEL = "Imprudence"; | ||
50 | |||
44 | const char * const IMP_VIEWER_NAME = "Imprudence"; | 51 | const char * const IMP_VIEWER_NAME = "Imprudence"; |
45 | 52 | ||
46 | const S32 IMP_VERSION_MAJOR = 1; | 53 | const S32 IMP_VERSION_MAJOR = 1; |
47 | const S32 IMP_VERSION_MINOR = 3; | 54 | const S32 IMP_VERSION_MINOR = 3; |
48 | const S32 IMP_VERSION_PATCH = 0; | 55 | const S32 IMP_VERSION_PATCH = 0; |
49 | const char * const IMP_VERSION_TEST = "beta 4"; | 56 | const char * const IMP_VERSION_TEST = "beta 4";*/ |
50 | 57 | ||
51 | #endif | 58 | #endif |