commit | cdbfc6dbab1d63aa56af316d6b13e37939e7f7a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 30 16:25:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 30 16:25:21 2022 +0100 |
tree | af16e32444f170534f389fdefcac4f90409277f9 | |
parent | d25f003342aca9889067f2e839963dfeccf1fe05 [diff] [blame] |
patch 9.0.0012: signature files not detected properly Problem: Signature files not detected properly. Solution: Add a function to better detect signature files. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 11fd817..116113b 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 12, +/**/ 11, /**/ 10,