comparison src/os_amiga.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 88070e222e82
children c2c2189a98c4
comparison
equal deleted inserted replaced
25001:0260eff5e282 25002:b371ff5c53b2
113 "\0$VER: Vim " 113 "\0$VER: Vim "
114 VIM_VERSION_MAJOR_STR "." 114 VIM_VERSION_MAJOR_STR "."
115 VIM_VERSION_MINOR_STR 115 VIM_VERSION_MINOR_STR
116 # ifdef PATCHLEVEL 116 # ifdef PATCHLEVEL
117 "." PATCHLEVEL 117 "." PATCHLEVEL
118 # endif
119 # ifdef BUILDDATE
120 " (" BUILDDATE ")"
118 # endif 121 # endif
119 ; 122 ;
120 #endif 123 #endif
121 124
122 void 125 void