0.18 and 0.19 have a bug that will prevent library detection,
       but other versions should be fine.
 
-    * GTK+ (http://www.gtk.org/), version 3.14.5 or later.
+    * GTK+ (http://www.gtk.org/), version 3.18.0 or later.
       It has been reported that versions prior to 3.22.x give problems,
       so a recent version is recommended.
 
 
 
    - zlib is now a required dependency.  (Previously it was optional.)
 
- * The code implementing the sheet rendering has been removed.  Instead we
-   use a third party library: spread-sheet-widget.
+   - Gtk+3.18.0 or later must now be used when building.
+
+   - The code implementing the sheet rendering has been removed.  Instead we
+     use a third party library: spread-sheet-widget.
 
  * The "NOMISSING" keyword when generating syntax for piecharts in the
    frequencies command was omitted.  This has been corrected.
 
   PKG_CHECK_MODULES([GTHREAD], [gthread-2.0], [],
     [PSPP_REQUIRED_PREREQ([gthread 2.0 (or use --without-gui)])])
 
-  PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.14.5], [],
-    [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.14.5 or later (or use --without-gui)])])
+  PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.18.0], [],
+    [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.18.0 or later (or use --without-gui)])])
 
   PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-3.0 >= 3.4.2], [],
     [PSPP_REQUIRED_PREREQ([gtksourceview 3.0 version 3.4.2 or later (or use --without-gui)])])