commit | 167fb6d39b23e0967dabc523ce190e7447114e69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 23 15:27:51 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 23 15:27:51 2023 +0100 |
tree | cdfd3a7cd34b04a49266fbda222259cd8798b843 | |
parent | d4a9b7f61475f3166cce92b0bad748e8c1eb51fe [diff] [blame] |
patch 9.0.1574: MS-Windows: list of translation input files incomplete Problem: MS-Windows: list of translation input files incomplete. Solution: Move the list of files to a common file. (closes #12426)
diff --git a/src/version.c b/src/version.c index c07afca..9ea324f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1574, +/**/ 1573, /**/ 1572,