summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2015-06-15 09:55:17 -0700
committerCallum Prentice <callum@lindenlab.com>2015-06-15 09:55:17 -0700
commit9c67c531cd919351e5a962e06ad15bfcf5019d38 (patch)
treea49d38df38ea5a0bbae169451c90957873722fa9 /indra/newview
parenta2339f66e4a806e90469f24272ef8599375698fd (diff)
parente0f5ed29daa3b2803aaec60a77bde8df7df292ee (diff)
Merge with head of viewer-release
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/VIEWER_VERSION.txt2
-rwxr-xr-xindra/newview/viewer_manifest.py4
2 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/VIEWER_VERSION.txt b/indra/newview/VIEWER_VERSION.txt
index ef239df8cd..ca06baa571 100644
--- a/indra/newview/VIEWER_VERSION.txt
+++ b/indra/newview/VIEWER_VERSION.txt
@@ -1 +1 @@
-3.7.30
+3.7.31
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 83ba3e2ea0..357124cfee 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -387,9 +387,13 @@ class Windows_i686_Manifest(ViewerManifest):
if self.args['configuration'].lower() == 'debug':
self.path("msvcr120d.dll")
self.path("msvcp120d.dll")
+ self.path("msvcr100d.dll")
+ self.path("msvcp100d.dll")
else:
self.path("msvcr120.dll")
self.path("msvcp120.dll")
+ self.path("msvcr100.dll")
+ self.path("msvcp100.dll")
# Vivox runtimes
self.path("SLVoice.exe")