aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llversionviewer.h10
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;
38const S32 LL_VERSION_PATCH = 4; 38const S32 LL_VERSION_PATCH = 4;
39const S32 LL_VERSION_BUILD = 123523; 39const S32 LL_VERSION_BUILD = 123523;
40 40
41const char * const LL_CHANNEL = "Second Life Release Candidate"; 41const char * const LL_CHANNEL = "Imprudence";
42
43const char * const LL_VIEWER_NAME = "Second Life";
44const char * const IMP_VIEWER_NAME = "Imprudence";
45
46const S32 IMP_VERSION_MAJOR = 1;
47const S32 IMP_VERSION_MINOR = 1;
48const S32 IMP_VERSION_PATCH = 0;
49const char * const IMP_VERSION_TEST = "";
42 50
43#endif 51#endif