commit | cc6504098605f894b557109b618e88913a89914b | [log] [tgz] |
---|---|---|
author | ola.soder@axis.com <ola.soder@axis.com> | Wed Jun 23 15:52:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 23 15:52:46 2021 +0200 |
tree | 98b1d61f58263ba949d65d5c1b7d10964dac9c06 | |
parent | 8ce3ca8961c5968a02de0a0b98f906695331f254 [diff] [blame] |
patch 8.2.3038: Amiga built-in version string doesn't include build date Problem: Amiga built-in version string doesn't include build date. Solution: Add the build date if available. (Ola Söder, closes #8437)
diff --git a/src/version.c b/src/version.c index 4ae8846..4d89fc2 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3038, +/**/ 3037, /**/ 3036,