diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 8e84f54294..71d1555b2d 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -30,7 +30,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 4; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 13827; +const S32 LL_VERSION_BUILD = 13828; const char * const LL_CHANNEL = "Firestorm-private-Romana.local"; diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index c54da5390a..dd79ce7349 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3047,7 +3047,10 @@ bool process_login_success_response() gAgent.setHomePosRegion(region_handle, position); } - gAgent.mMOTD.assign(response["message"]); + // AO - Kill LL message of the day for now, There's too many unwanted shoe and jewelry adverts. + // We can set it to a more informational, less commercialized feed in the future. + //gAgent.mMOTD.assign(response["message"]); + gAgent.mMOTD.assign("Welcome to Firestorm"); // Options... // Each 'option' is an array of submaps.