summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-23 00:53:13 +0000
committerderaadt <deraadt@openbsd.org>2015-10-23 00:53:13 +0000
commit43c6588076f8a528b31f437df89898bbd34f61ef (patch)
tree9c610ae8c67e465f02ce40dc32daf181e43f5028 /lib/libc
parentRemove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS (diff)
downloadwireguard-openbsd-43c6588076f8a528b31f437df89898bbd34f61ef.tar.xz
wireguard-openbsd-43c6588076f8a528b31f437df89898bbd34f61ef.zip
crank libc major
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 b02beb7f9c8..4635d2ba64c 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=83
+major=84
minor=0
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.