From 650f9857bfde33b47cf77afde6e6818445715ab9 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Fri, 9 Aug 2013 19:31:37 -0400 Subject: [PATCH] Bump RLVa version to 1.4.8, turn Prim Media Autoplay and Idle status tag settings off by default --- indra/newview/app_settings/settings.xml | 2 +- indra/newview/app_settings/settings_ascent.xml | 2 +- indra/newview/rlvdefines.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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