commit | 8d9e470aa91a93da7d6bda62521aef69a79e956d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 14:49:10 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 14:49:10 2022 +0000 |
tree | 41a33a4c12fd1916f3d6b1d85cbf97524bc3f3e1 | |
parent | 71930f174d47ef7765e9180df58f597cec71dec7 [diff] [blame] |
patch 8.2.4077: not all Libsensors files are recognized Problem: Not all Libsensors files are recognized. Solution: Add "sensors.d/*" pattern. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 06d71fd..5277400 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4077, +/**/ 4076, /**/ 4075,