aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-rw-r--r--linden/indra/llcommon/llversionviewer.h13
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
36const S32 LL_VERSION_MAJOR = 1; 38const S32 LL_VERSION_MAJOR = 1;
37const S32 LL_VERSION_MINOR = 23; 39const S32 LL_VERSION_MINOR = 23;
38const S32 LL_VERSION_PATCH = 5; 40const S32 LL_VERSION_PATCH = 5;
39const S32 LL_VERSION_BUILD = 136262; 41const S32 LL_VERSION_BUILD = 136262;
40 42
41const char * const LL_CHANNEL = "Imprudence";
42
43const char * const LL_VIEWER_NAME = "Second Life"; 43const 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
44const char * const IMP_VIEWER_NAME = "Imprudence"; 51const char * const IMP_VIEWER_NAME = "Imprudence";
45 52
46const S32 IMP_VERSION_MAJOR = 1; 53const S32 IMP_VERSION_MAJOR = 1;
47const S32 IMP_VERSION_MINOR = 3; 54const S32 IMP_VERSION_MINOR = 3;
48const S32 IMP_VERSION_PATCH = 0; 55const S32 IMP_VERSION_PATCH = 0;
49const char * const IMP_VERSION_TEST = "beta 4"; 56const char * const IMP_VERSION_TEST = "beta 4";*/
50 57
51#endif 58#endif