diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-24 02:20:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-24 02:20:07 +0000 |
commit | 4243074269115ae5a65c18e6ad15fa76585e78ce (patch) | |
tree | a8c8069f246936fba5a68d3a5acd41f495933dbe /lib/libcurses | |
parent | 2a88b121e359f90d3f3626e2bb8f4b2b783819c8 (diff) |
Crank major because the type of the "ospeed" variable changed from
speed_t (u_int) to short to match historic termcap usage.
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/shlib_version b/lib/libcurses/shlib_version index b39addfcc64..d0f0988b418 100644 --- a/lib/libcurses/shlib_version +++ b/lib/libcurses/shlib_version @@ -1,2 +1,2 @@ -major=7 -minor=1 +major=8 +minor=0 |