diff options
author | Oz Linden <oz@lindenlab.com> | 2011-08-04 11:14:18 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-08-04 11:14:18 -0400 |
commit | 1b46240ed84e2847dbf7da0d67c67940b646448c (patch) | |
tree | c19bfec119021fce3af0d4637c5b346d202e9c46 /indra/llcommon/llversionviewer.h | |
parent | 7714f05e62056310b77640d26df7fa8d8015d14d (diff) |
correct default channel
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rwxr-xr-x | 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 f2462ba426..99c5412ae5 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 = 4; const S32 LL_VERSION_BUILD = 0; -const char * const LL_CHANNEL = "Project Viewer - Mesh"; +const char * const LL_CHANNEL = "Second Life Developer"; #if LL_DARWIN const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.indra.viewer"; |