diff options
| -rwxr-xr-x | BuildParams | 10 | ||||
| -rwxr-xr-x[-rw-r--r--] | indra/llcommon/llversionviewer.h | 2 | 
2 files changed, 11 insertions, 1 deletions
| diff --git a/BuildParams b/BuildParams index 3501934487..c944381ba1 100755 --- a/BuildParams +++ b/BuildParams @@ -93,6 +93,16 @@ mesh-development-release-1-candidate.build_CYGWIN_Debug = false  mesh-development-release-1-candidate.build_viewer_update_version_manager = false  # ======================================== +# mesh-development-rc +# ======================================== +mesh-development-rc.viewer_channel = "Project Viewer - Mesh" +mesh-development-rc.login_channel = "Project Viewer - Mesh" +mesh-development-rc.viewer_grid = agni +mesh-development-rc.build_debug_release_separately = true +mesh-development-rc.build_CYGWIN_Debug = false +mesh-development-rc.build_viewer_update_version_manager = false + +# ========================================  # mesh-asset-deprecation  # ========================================  mesh-asset-deprecation.viewer_channel = "Project Viewer - Mesh Asset Deprecation" 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"; | 
