comparison src/version.c @ 25002:b371ff5c53b2 v8.2.3038

patch 8.2.3038: Amiga built-in version string doesn't include build date Commit: https://github.com/vim/vim/commit/cc6504098605f894b557109b618e88913a89914b Author: ola.soder@axis.com <ola.soder@axis.com> Date: Wed Jun 23 15:52:46 2021 +0200 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 https://github.com/vim/vim/issues/8437)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Jun 2021 16:00:07 +0200
parents 91671fd5c0bd
children 70f55a30f03c
comparison
equal deleted inserted replaced
25001:0260eff5e282 25002:b371ff5c53b2
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3038,
758 /**/ 760 /**/
759 3037, 761 3037,
760 /**/ 762 /**/
761 3036, 763 3036,
762 /**/ 764 /**/