summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2016-09-04 14:38:53 +0000
committernaddy <naddy@openbsd.org>2016-09-04 14:38:53 +0000
commit61bd307f04221e34f8caf67cc35997c7944287bb (patch)
tree55ed230b557de2d063f2808d51d239330c4af945 /lib/libc
parentLess S390. (diff)
downloadwireguard-openbsd-61bd307f04221e34f8caf67cc35997c7944287bb.tar.xz
wireguard-openbsd-61bd307f04221e34f8caf67cc35997c7944287bb.zip
minor bump for SHA512/256 API additions; ok tedu@ deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/shlib_version2
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.