diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-02-21 22:19:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-02-21 22:19:05 +0000 |
commit | 4d6c39958b7a6fa73d977d37d2595092f0503eb7 (patch) | |
tree | 8130aff93522e32b11fdba6e761ea64ccb785280 /lib/libc_r | |
parent | c73a0ad4b650731afc9ff73ce3efa6a20bc12d0a (diff) |
Increment the minor number for fseeko()/ftello() addition.
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version index b52599a164f..c6e3f4d3fc0 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ major=2 -minor=0 +minor=1 |