diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-08-11 14:04:27 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-08-11 14:04:27 -0700 |
commit | 51d460089e83a7f09b52af80c99392d246448b43 (patch) | |
tree | a3c1646381a4bb0f07d6c8ec66667474d1fc0430 /indra/llcommon | |
parent | 67d1837ce755b8a8cceb3c60d16976c5381d2546 (diff) |
Changed channel info back to Second Life Developer
Diffstat (limited to 'indra/llcommon')
-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 adc23ed9af..b10d07b2a1 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -38,6 +38,6 @@ const S32 LL_VERSION_MINOR = 1; const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 13828; -const char * const LL_CHANNEL = "Second Life Release"; +const char * const LL_CHANNEL = "Second Life Developer"; #endif |