commit | 502122565665674d914a1feeb15ac4a0bb0c8723 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 17:24:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 17:24:53 2019 +0100 |
tree | b1e3e7e4dd1278c9a1330494a2915f95b38532bb | |
parent | a6e8f888e7fc31b8ab7233509254fb2e2fe4089f [diff] [blame] |
patch 8.2.0005: duplication in version info Problem: Duplication in version info. Solution: Use preprocessor string concatenation. (Ken Takata, closes #5357)
diff --git a/src/version.c b/src/version.c index c979eeb..cddf770 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5, +/**/ 4, /**/ 3,