updated for version 7.2-012
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index f86e6ee..ed3c45f 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -3145,8 +3145,8 @@
 	verbose_leave();
     }
 #ifdef STARTUPTIME
-    vim_snprintf(IObuff, IOSIZE, "sourcing %s", fname);
-    time_msg(IObuff, &tv_start);
+    vim_snprintf((char *)IObuff, IOSIZE, "sourcing %s", fname);
+    time_msg((char *)IObuff, &tv_start);
     time_pop(&tv_rel);
 #endif
 
diff --git a/src/version.c b/src/version.c
index cd13eb2..2b92460 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    12,
+/**/
     11,
 /**/
     10,