Patch 8.1.2423
Problem: MS-Windows properties shows version as "8, 1, 0".
Solution: Use "8.1.0". (Ken Takata, closes #5342)
Files: src/vim.rc
*** ../vim-8.1.2422/src/vim.rc 2019-12-09 22:22:46.006488794 +0100
--- src/vim.rc 2019-12-11 22:40:07.860046881 +0100
***************
*** 94,100 ****
BEGIN
VALUE "CompanyName", "Vim Developers\0"
VALUE "FileDescription", "Vi Improved - A Text Editor\0"
! VALUE "FileVersion", VIM_VERSION_MAJOR_STR ", "
VIM_VERSION_MINOR_STR ", " VIM_VERSION_PATCHLEVEL_STR "\0"
VALUE "InternalName", "VIM\0"
VALUE "LegalCopyright", "Copyright \251 1996\0"
VALUE "LegalTrademarks", "Vim\0"
--- 94,100 ----
BEGIN
VALUE "CompanyName", "Vim Developers\0"
VALUE "FileDescription", "Vi Improved - A Text Editor\0"
! VALUE "FileVersion", VIM_VERSION_MAJOR_STR "."
VIM_VERSION_MINOR_STR "." VIM_VERSION_PATCHLEVEL_STR "\0"
VALUE "InternalName", "VIM\0"
VALUE "LegalCopyright", "Copyright \251 1996\0"
VALUE "LegalTrademarks", "Vim\0"
***************
*** 106,112 ****
VALUE "OriginalFilename", "vim.exe\0"
#endif
VALUE "ProductName", "Vim\0"
! VALUE "ProductVersion", VIM_VERSION_MAJOR_STR ", "
VIM_VERSION_MINOR_STR ", " VIM_VERSION_PATCHLEVEL_STR "\0"
END
END
BLOCK "VarFileInfo"
--- 106,112 ----
VALUE "OriginalFilename", "vim.exe\0"
#endif
VALUE "ProductName", "Vim\0"
! VALUE "ProductVersion", VIM_VERSION_MAJOR_STR "."
VIM_VERSION_MINOR_STR "." VIM_VERSION_PATCHLEVEL_STR "\0"
END
END
BLOCK "VarFileInfo"
*** ../vim-8.1.2422/src/version.c 2019-12-11 21:22:56.359855850 +0100
--- src/version.c 2019-12-11 22:41:17.807794801 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 2423,
/**/
--
hundred-and-one symptoms of being an internet addict:
254. You wake up daily with your keyboard printed on your forehead.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/201912112143.xBBLh6VT011737%40masaka.moolenaar.net.