summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-05-23 00:27:18 +0000
committerguenther <guenther@openbsd.org>2016-05-23 00:27:18 +0000
commit07651b18f0f161c60883c9ea0b2ae3d87ec0a768 (patch)
treea4789e9da2e9818c95ec3f091f33f101a7faa4b3 /lib/libc
parentAdd XOR cookies for rp and sp. Switch from calling obsolete (diff)
downloadwireguard-openbsd-07651b18f0f161c60883c9ea0b2ae3d87ec0a768.tar.xz
wireguard-openbsd-07651b18f0f161c60883c9ea0b2ae3d87ec0a768.zip
Major bump for the removal of the various locale, ruserok, and
longjmperror symbols
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 6e2036560cb..6f1ed7da5aa 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=87
+major=88
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.