diff options
author | Eduardo Chappa <chappa@washington.edu> | 2017-10-27 19:58:49 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2017-10-27 19:58:49 -0600 |
commit | 992045e7f3da4519e0820502bb78513ba373d903 (patch) | |
tree | 9da70fc9feb4b0092ee8283a1118ce3799ab6fe1 /pico/osdep | |
parent | 18b1d6453b921627ee4802a33d9e22aa0dcaaf0a (diff) | |
download | alpine-992045e7f3da4519e0820502bb78513ba373d903.tar.xz |
* When the locale is not set up to UTF-8, alpine might determine the width
of a character incorrectly. Reported by Alexandre Fedotov.
Diffstat (limited to 'pico/osdep')
-rw-r--r-- | pico/osdep/mswin.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pico/osdep/mswin.rc b/pico/osdep/mswin.rc index 0f00ef47..e9305034 100644 --- a/pico/osdep/mswin.rc +++ b/pico/osdep/mswin.rc @@ -189,8 +189,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,05,0,0 - PRODUCTVERSION 5,05,0,0 + FILEVERSION 5,09,0,0 + PRODUCTVERSION 5,09,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L |