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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202106231354.15NDslt71162636%40masaka.moolenaar.net.