summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-06-13 02:46:25 +0000
committerderaadt <deraadt@openbsd.org>2014-06-13 02:46:25 +0000
commit8ee724693da1321e11748905b3c9dbf8ca2ac2ce (patch)
tree68bd8068c8ac9fa80e9bd77a0e5faf5416e33c1e /lib/libc
parentAdd timingsafe_memcmp(). (diff)
downloadwireguard-openbsd-8ee724693da1321e11748905b3c9dbf8ca2ac2ce.tar.xz
wireguard-openbsd-8ee724693da1321e11748905b3c9dbf8ca2ac2ce.zip
crank 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 6f2ed916983..dfce39199be 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=75
+major=76
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.