diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-15 11:41:10 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-15 11:41:10 -0700 |
commit | 918caee18e6f960c28457aa31382f107b2e17040 (patch) | |
tree | 4e423feafcc789c0580b5c8c2bfced608d44b6a2 /indra/newview | |
parent | 72fd8c2ec428cea667af6fdb360d8f68f6af6d6d (diff) | |
parent | 1de3c1e127706ebc6a16f152635d456dcd59c17f (diff) |
Pull from jenn_linden/viewer-vs2010
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 229055fdb7..addaafa494 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -935,9 +935,9 @@ class Linux_i686Manifest(LinuxManifest): self.path("libaprutil-1.so.0.3.10") self.path("libbreakpad_client.so.0.0.0") self.path("libdb-5.1.so") - self.path("libcrypto.so.0.9.7") + self.path("libcrypto.so.0.9.8") self.path("libexpat.so.1.5.2") - self.path("libssl.so.0.9.7") + self.path("libssl.so.0.9.8") self.path("libuuid.so.1") self.path("libSDL-1.2.so.0.11.3") self.path("libdirectfb-1.4.so.5.0.4") |