updated for version 7.2b-003
diff --git a/src/ui.c b/src/ui.c
index a734e7b..fc58920 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1911,7 +1911,7 @@
 #endif
 
 #if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \
-	|| defined(PROTO)
+	|| defined(FEAT_MBYTE) || defined(PROTO)
 /*
  * Check bounds for column number
  */
diff --git a/src/version.c b/src/version.c
index 6730cc0..61adb88 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3,
+/**/
     2,
 /**/
     1,