Bug 542101: [GTK3] Increase minimum GTK3 version to 3.8.0

Reflected 3.8.0 version bump in minimum GTK3 version.

Change-Id: I266370422385b944e5af71260b83fae121671d55
Signed-off-by: Eric Williams <ericwill@redhat.com>
diff --git a/faq.php b/faq.php
index 2c2c49d..cf62b93 100755
--- a/faq.php
+++ b/faq.php
@@ -365,7 +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.10.x: GTK+ 3.6.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>
       <li>Eclipse/SWT 4.4.x: GTK+ 2.10.0 and its dependencies (for GTK+ 2) OR GTK+ 3.0.0 and its dependencies (for GTK+ 3)</li>