updated for version 7.3.1104
Problem:    New regexp engine does not handle "~".
Solution:   Add support for "~".
diff --git a/src/version.c b/src/version.c
index 2ec2881..5732072 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1104,
+/**/
     1103,
 /**/
     1102,