summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2017-03-06 18:44:56 +0000
committerotto <otto@openbsd.org>2017-03-06 18:44:56 +0000
commit85fcd8c8b71937e6b8b1861d806c881837a92d7e (patch)
tree57d6e8764fe8bc7b207c602d2f7601dee31e86d2
parentIntroducing recallocarray(3), a blend of calloc(3) and reallocarray(3) (diff)
downloadwireguard-openbsd-85fcd8c8b71937e6b8b1861d806c881837a92d7e.tar.xz
wireguard-openbsd-85fcd8c8b71937e6b8b1861d806c881837a92d7e.zip
recallocarray bump
-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 4821cfc2bd0..bc3791c80c5 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=89
-minor=2
+minor=3
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.