diff options
author | 2003-07-21 20:30:46 +0000 | |
---|---|---|
committer | 2003-07-21 20:30:46 +0000 | |
commit | 7f31bd2af15554149580396eeca0ee5e89c761f8 (patch) | |
tree | 54c2b69ac053a9851722f90c349bba88f836f413 /lib/libc | |
parent | build ftw and nftw (diff) | |
download | wireguard-openbsd-7f31bd2af15554149580396eeca0ee5e89c761f8.tar.xz wireguard-openbsd-7f31bd2af15554149580396eeca0ee5e89c761f8.zip |
minor number bump due to added functions
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 594c4e6d47c..76dddc88a6b 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=30 -minor=0 # note: remember to update minor in ../libpthread/shlib_version +minor=1 # note: remember to update minor in ../libpthread/shlib_version |