diff --git a/BuildParams b/BuildParams
index 3501934487b286591dba936578f1c8a31a9aae83..c944381ba15c48c9e2a73d94d832792dede45e18 100755
--- a/BuildParams
+++ b/BuildParams
@@ -92,6 +92,16 @@ mesh-development-release-1-candidate.build_debug_release_separately = true
 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
 # ========================================
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
old mode 100644
new mode 100755
index 0018b8e844a18b7941a65594f222dbe42f9e8c1b..c6ce1a7a25195d37ed057c4c20a015802d0b9b10
--- 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";