diff options
author | 2014-01-22 21:07:08 +0000 | |
---|---|---|
committer | 2014-01-22 21:07:08 +0000 | |
commit | 33d975583c79551ec08a440e3eba24b68ce21a25 (patch) | |
tree | dc5eadce7fcfa80dfd41a58e0cc4d629c166fee8 /lib/libc | |
parent | add explicit_bzero to libc. implementation subject to change, but start (diff) | |
download | wireguard-openbsd-33d975583c79551ec08a440e3eba24b68ce21a25.tar.xz wireguard-openbsd-33d975583c79551ec08a440e3eba24b68ce21a25.zip |
minor++
Diffstat (limited to 'lib/libc')
-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 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. |