Skip to content

Commit 650f985

Browse files
committed
Bump RLVa version to 1.4.8, turn Prim Media Autoplay and Idle status tag settings off by default
1 parent d6aace5 commit 650f985

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

indra/newview/app_settings/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10551,7 +10551,7 @@ This should be as low as possible, but too low may break functionality</string>
1055110551
<key>Type</key>
1055210552
<string>Boolean</string>
1055310553
<key>Value</key>
10554-
<integer>1</integer>
10554+
<integer>0</integer>
1055510555
</map>
1055610556
<key>PerAccountSettingsFile</key>
1055710557
<map>

indra/newview/app_settings/settings_ascent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<key>Type</key>
267267
<string>Boolean</string>
268268
<key>Value</key>
269-
<integer>1</integer>
269+
<integer>0</integer>
270270
</map>
271271
<key>AscentShowOthersTag</key>
272272
<map>

indra/newview/rlvdefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const S32 RLV_VERSION_BUILD = 0;
7575
// Implementation version
7676
const S32 RLVa_VERSION_MAJOR = 1;
7777
const S32 RLVa_VERSION_MINOR = 4;
78-
const S32 RLVa_VERSION_PATCH = 5;
78+
const S32 RLVa_VERSION_PATCH = 8;
7979
const S32 RLVa_VERSION_BUILD = 0;
8080

8181
// Uncomment before a final release

0 commit comments

Comments
 (0)