diff options
author | 2010-09-06 17:26:17 +0000 | |
---|---|---|
committer | 2010-09-06 17:26:17 +0000 | |
commit | 6bc6570d7fd20fe27f87e204c2ecf395c194fff8 (patch) | |
tree | f71d3f7957c33df4e938c0bb81284e3e9a4e738d /lib/libpanel/shlib_version | |
parent | add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com> (diff) | |
download | wireguard-openbsd-6bc6570d7fd20fe27f87e204c2ecf395c194fff8.tar.xz wireguard-openbsd-6bc6570d7fd20fe27f87e204c2ecf395c194fff8.zip |
Enable wide character support in ncurses. It is built into libcurses,
libform, libmenu, libpanel and each library is also linked to a
corresponding "w" version.
This is a major bump for all four libraries.
Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyone
else I've forgotten for testing.
ok naddy krw deraadt
Diffstat (limited to 'lib/libpanel/shlib_version')
-rw-r--r-- | lib/libpanel/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpanel/shlib_version b/lib/libpanel/shlib_version index d9961ea9fef..3066b9771e7 100644 --- a/lib/libpanel/shlib_version +++ b/lib/libpanel/shlib_version @@ -1,2 +1,2 @@ -major=4 +major=5 minor=0 |