summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-01-22 21:07:08 +0000
committertedu <tedu@openbsd.org>2014-01-22 21:07:08 +0000
commit33d975583c79551ec08a440e3eba24b68ce21a25 (patch)
treedc5eadce7fcfa80dfd41a58e0cc4d629c166fee8 /lib
parentadd explicit_bzero to libc. implementation subject to change, but start (diff)
downloadwireguard-openbsd-33d975583c79551ec08a440e3eba24b68ce21a25.tar.xz
wireguard-openbsd-33d975583c79551ec08a440e3eba24b68ce21a25.zip
minor++
Diffstat (limited to 'lib')
-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 0b2ee0d1ffd..ea1301a22dc 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=73
-minor=0
+minor=1
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.