diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-09-04 14:38:54 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-09-04 14:38:54 +0000 |
commit | 261801ce8d62a443400cc8288450edba06cd7d65 (patch) | |
tree | 25890c66d1f12221a7eb94270f3df03e1f392443 /lib/libc | |
parent | 6d43d3744199b9c31bf4fef3e6e23455610f8143 (diff) |
minor bump for SHA512/256 API additions; ok tedu@ deraadt@
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 fc2a99871fc..08c19ac1165 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=89 -minor=0 +minor=1 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. |