updated for version 7.2a-014
diff --git a/src/eval.c b/src/eval.c
index a41411a..7ebaa08 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -4724,7 +4724,7 @@
 		}
 		else
 		{
-		    EMSG(_("E804: Cannot use % with float"));
+		    EMSG(_("E804: Cannot use '%' with Float"));
 		    return FAIL;
 		}
 		rettv->v_type = VAR_FLOAT;
diff --git a/src/version.c b/src/version.c
index 49f41f5..28ac16a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    14,
+/**/
     13,
 /**/
     12,