patch 7.4.861
Problem:    pango_shape_full() is not always available.
Solution:   Add a configure check.
diff --git a/src/version.c b/src/version.c
index 7ffdd18..78d061c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    861,
+/**/
     860,
 /**/
     859,