diff options
author | 2016-05-23 00:27:18 +0000 | |
---|---|---|
committer | 2016-05-23 00:27:18 +0000 | |
commit | 07651b18f0f161c60883c9ea0b2ae3d87ec0a768 (patch) | |
tree | a4789e9da2e9818c95ec3f091f33f101a7faa4b3 | |
parent | Add XOR cookies for rp and sp. Switch from calling obsolete (diff) | |
download | wireguard-openbsd-07651b18f0f161c60883c9ea0b2ae3d87ec0a768.tar.xz wireguard-openbsd-07651b18f0f161c60883c9ea0b2ae3d87ec0a768.zip |
Major bump for the removal of the various locale, ruserok, and
longjmperror symbols
-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 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. |