commit | 0c1f3f4d49acf4245d2714f8756e5622a9f5fa7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 15:18:50 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 15:18:50 2011 +0100 |
tree | e618dc5c3faca0ec64edf3f58f8701ecf2d12145 | |
parent | c725c0ad9b14661d1bcb2bb08c51e529182eb1dc [diff] [blame] |
updated for version 7.3.132 Problem: C++ style comments. Solution: Change to C comments.
diff --git a/src/version.c b/src/version.c index 030ceec..a616860 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 132, +/**/ 131, /**/ 130,