diff --git a/BuildParams b/BuildParams index 7d929646a919f6bc59b11a8f149178cc9990a792..630d4be2dd6c090c9b4ac2cf2161b6ffc9f543b8 100755 --- a/BuildParams +++ b/BuildParams @@ -88,8 +88,8 @@ viewer-mesh.build_hg_bundle = true viewer-mesh.build_viewer_update_version_manager = false viewer-mesh.build_Debug = false viewer-mesh.build_RelWithDebInfo = false -viewer-mesh.viewer_channel = "Second Life Mesh Beta" -viewer-mesh.login_channel = "Second Life Mesh Beta" +viewer-mesh.viewer_channel = "Project Viewer - Mesh" +viewer-mesh.login_channel = "Project Viewer - Mesh" viewer-mesh.viewer_grid = aditi viewer-mesh.email = shining@lists.lindenlab.com diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index c430a60ff0ad7c2d7f43030e02313bee723bd9cc..235f806c8ecffdea30089424f49c56938606875b 100755 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 1; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_PATCH = 2; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c07d8918001a4f7d44766df9804b8b987ef73736..b989256fd196f9a20b218730d096e16852269964 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -306,7 +306,7 @@ BOOL gLogoutInProgress = FALSE; //////////////////////////////////////////////////////////// // Internal globals... that should be removed. -static std::string gArgs; +static std::string gArgs = "Mesh Beta"; const std::string MARKER_FILE_NAME("SecondLife.exec_marker"); const std::string ERROR_MARKER_FILE_NAME("SecondLife.error_marker");