aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-01 17:19:53 -0500
committerJacek Antonelli2008-10-08 00:52:00 -0500
commit72d6261a1c1db3045971dd851652289b41696b01 (patch)
tree863dd162b0075db80628598188c61e2f29a8879a /linden/indra/llcommon
parentFixed bad panel_overlay XML from a sloppy merge. (diff)
downloadmeta-impy-72d6261a1c1db3045971dd851652289b41696b01.zip
meta-impy-72d6261a1c1db3045971dd851652289b41696b01.tar.gz
meta-impy-72d6261a1c1db3045971dd851652289b41696b01.tar.bz2
meta-impy-72d6261a1c1db3045971dd851652289b41696b01.tar.xz
Changed viewer and channel name to "Imprudence".
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r--linden/indra/llcommon/llversionviewer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index f357b76..2c6f951 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -37,6 +37,9 @@ const S32 LL_VERSION_MINOR = 21;
37const S32 LL_VERSION_PATCH = 2; 37const S32 LL_VERSION_PATCH = 2;
38const S32 LL_VERSION_BUILD = 0; 38const S32 LL_VERSION_BUILD = 0;
39 39
40const char * const LL_CHANNEL = "Second Life Release"; 40const char * const LL_CHANNEL = "Imprudence";
41
42const char * const LL_VIEWER_NAME = "Second Life";
43const char * const IMP_VIEWER_NAME = "Imprudence";
41 44
42#endif 45#endif