commit | 80b2ba3e9602e09ab523e78946fbb26da311b68b | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?J=C3=BCrgen=20Weigert?= <jnweiger@gmail.com> | Tue Jun 29 20:36:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 29 20:36:25 2021 +0200 |
tree | f125ff3eab672fccc73ab831745768c3d361d421 | |
parent | ea042677ab5cab736540f3164909cac2c685de74 [diff] [blame] |
patch 8.2.3075: xxd always reports an old version string Problem: Xxd always reports an old version string. (Åsmund Ervik) Solution: Update the version string with the last known change date. (Jürgen Weigert, closes #8475)
diff --git a/src/version.c b/src/version.c index f60abaf..466cde1 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3075, +/**/ 3074, /**/ 3073,