commit | 452ff5bdc780029912387819bb50c7c2031344f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 13:34:19 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 13:34:19 2013 +0100 |
tree | 2e05c0519c72d2808390fdfd6882d6235a0e2bbf | |
parent | 6d47df7ca0fd1dd649e050fd3bddbf8b3dbe266d [diff] [blame] |
updated for version 7.3.823 Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 347d1b7..ca9b006 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 823, +/**/ 822, /**/ 821,