diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-07-20 13:48:46 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-07-20 13:48:46 -0400 |
commit | 0ddf718d9266fa1262d6e1f0f6d1e537048e8388 (patch) | |
tree | 516599623119e46e75d103ddc13aa2aa98de562a /indra | |
parent | 7d8ec742138cbb4716897e59f0e4332347c37caf (diff) |
still trying to fix channels
Diffstat (limited to 'indra')
-rwxr-xr-x[-rw-r--r--] | indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 0018b8e844..c6ce1a7a25 100644..100755 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -32,7 +32,7 @@ const S32 LL_VERSION_MINOR = 8; const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; -const char * const LL_CHANNEL = "Second Life Developer"; +const char * const LL_CHANNEL = "Project Viewer - Mesh"; #if LL_DARWIN const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.indra.viewer"; |