diff src/version.c @ 5394:31c9acfeda8f v7.4.048

updated for version 7.4.048 Problem: Recent clang version complains about -fno-strength-reduce. Solution: Add a configure check for the clang version. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Oct 2013 18:23:07 +0200
parents c21b2f52f1dd
children 15c1b8a20da6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    48,
+/**/
     47,
 /**/
     46,