Bug 541862: [GTK3] Increase minimum GTK3 version to 3.10

Update FAQ entry to reflect minimum version increase for 4.11.

Change-Id: Ie5622f10434bfd11badf8f8a734c6f02f4aee569
Signed-off-by: Eric Williams <ericwill@redhat.com>
diff --git a/faq.php b/faq.php
index cf62b93..c6c9cea 100755
--- a/faq.php
+++ b/faq.php
@@ -365,6 +365,7 @@
   <dt><strong><a name="gtkstartup">Q: Which GTK version do I need to run SWT?</a></strong></dt>
   <dd>A: SWT requires the following GTK+ versions (or newer) to be installed:
     <ul>
+      <li>Eclipse/SWT 4.11.x: GTK+ 3.10.0 and its dependencies</li>
       <li>Eclipse/SWT 4.10.x: GTK+ 3.8.0 and its dependencies</li>
       <li>Eclipse/SWT 4.6.x - 4.9.x: GTK+ 2.24.0 and its dependencies (for GTK+ 2) OR GTK+ 3.0.0 and its dependencies (for GTK+ 3)</li>
       <li>Eclipse/SWT 4.5.x and newer: GTK+ 2.18.0 and its dependencies (for GTK+ 2) OR GTK+ 3.0.0 and its dependencies (for GTK+ 3)</li>