diff options
author | 2015-06-20 01:17:34 +0000 | |
---|---|---|
committer | 2015-06-20 01:17:34 +0000 | |
commit | 4d4db82b176897d6a0c6bee8bed9592369ec1767 (patch) | |
tree | 710fe9bdad3c2f4adf5d6ec2aa1978f71e29763d | |
parent | Fix warning on vax due to old gcc. (diff) | |
download | wireguard-openbsd-4d4db82b176897d6a0c6bee8bed9592369ec1767.tar.xz wireguard-openbsd-4d4db82b176897d6a0c6bee8bed9592369ec1767.zip |
Bump major after {,asr_}print_sockaddr() renaming.
-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 add7e4a9c1c..4195a4932c2 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=79 +major=80 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. |