diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 888ac4425..7e03bc066 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -10551,7 +10551,7 @@ This should be as low as possible, but too low may break functionality Type Boolean Value - 1 + 0 PerAccountSettingsFile diff --git a/indra/newview/app_settings/settings_ascent.xml b/indra/newview/app_settings/settings_ascent.xml index dc4a0498d..231561d7e 100644 --- a/indra/newview/app_settings/settings_ascent.xml +++ b/indra/newview/app_settings/settings_ascent.xml @@ -266,7 +266,7 @@ Type Boolean Value - 1 + 0 AscentShowOthersTag diff --git a/indra/newview/rlvdefines.h b/indra/newview/rlvdefines.h index 9f559233e..9e000ddbd 100644 --- a/indra/newview/rlvdefines.h +++ b/indra/newview/rlvdefines.h @@ -75,7 +75,7 @@ const S32 RLV_VERSION_BUILD = 0; // Implementation version const S32 RLVa_VERSION_MAJOR = 1; const S32 RLVa_VERSION_MINOR = 4; -const S32 RLVa_VERSION_PATCH = 5; +const S32 RLVa_VERSION_PATCH = 8; const S32 RLVa_VERSION_BUILD = 0; // Uncomment before a final release