commit | f16c71b66927a28196b25a42795d083784ab1b9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 18 20:01:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 18 20:01:02 2017 +0200 |
tree | 5c6f7d71d5156bbb693476a613f370f2af77f827 | |
parent | 1b9645de3c05f37b5c30e78f999351b0cf486ade [diff] [blame] |
patch 8.0.1124: use of MZSCHEME_VER is unclear Problem: Use of MZSCHEME_VER is unclear. Solution: Add a comment. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 03431c7..654c35d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1124, +/**/ 1123, /**/ 1122,