diff options
author | callum <none@none> | 2010-12-02 14:51:25 -0800 |
---|---|---|
committer | callum <none@none> | 2010-12-02 14:51:25 -0800 |
commit | 1405d198d60081531edeeb996c2fc07841808335 (patch) | |
tree | c560c048fca4b526accedee58d1bccd38e1a3457 /indra/newview/llfloaterabout.cpp | |
parent | a991bd7f90157a9cc661ef17a6f96e8473e3bd58 (diff) |
SOCIAL-315 FIX Update Qt/LLQtWebKit version number in the viewer to 4.7.1 from 4.6
Diffstat (limited to 'indra/newview/llfloaterabout.cpp')
-rw-r--r-- | indra/newview/llfloaterabout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 135137069c..36e26d3fea 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -272,7 +272,7 @@ LLSD LLFloaterAbout::getInfo() } // TODO: Implement media plugin version query - info["QT_WEBKIT_VERSION"] = "4.6 (version number hard-coded)"; + info["QT_WEBKIT_VERSION"] = "4.7.1 (version number hard-coded)"; if (gPacketsIn > 0) { |