To: vim_dev@googlegroups.com Subject: Patch 8.2.3038 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3038 Problem: Amiga built-in version string doesn't include build date. Solution: Add the build date if available. (Ola Söder, closes #8437) Files: src/os_amiga.c *** ../vim-8.2.3037/src/os_amiga.c 2020-08-23 14:28:24.111838486 +0200 --- src/os_amiga.c 2021-06-23 15:50:33.962870634 +0200 *************** *** 116,121 **** --- 116,124 ---- # ifdef PATCHLEVEL "." PATCHLEVEL # endif + # ifdef BUILDDATE + " (" BUILDDATE ")" + # endif ; #endif *** ../vim-8.2.3037/src/version.c 2021-06-23 15:41:49.356102386 +0200 --- src/version.c 2021-06-23 15:52:25.694604699 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3038, /**/ -- Q: Why do Norwegians excel at text editing? A: Their ancestors are Vi-kings /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///