bump minor:

- make FILE structure extensible without breaking binary-compatibility.
- add fputwc, fgetwc, fwide and related functions.
- add hooks needed to maintain the orientation of file stream.
This commit is contained in:
yamt 2001-12-07 11:49:58 +00:00
parent 17f3654a64
commit 727d201424
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: shlib_version,v 1.110 2001/10/22 17:54:52 kleink Exp $
# $NetBSD: shlib_version,v 1.111 2001/12/07 11:49:58 yamt Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@ -9,4 +9,4 @@
# - libc/gen/timezone.c: remove; __timezone13 -> timezone.
#
major=12
minor=80
minor=81