diff options
author | 2014-04-21 13:18:01 +0000 | |
---|---|---|
committer | 2014-04-21 13:18:01 +0000 | |
commit | 935a772bec712a2a2d81cab0c24ff44992756494 (patch) | |
tree | bf67915a2ecb7d65abddc3db479757a0cd797305 /lib/libc | |
parent | Introducing: void *mallocarray(size_t nmemb, size_t size); (diff) | |
download | wireguard-openbsd-935a772bec712a2a2d81cab0c24ff44992756494.tar.xz wireguard-openbsd-935a772bec712a2a2d81cab0c24ff44992756494.zip |
crank 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 4ed24904f0c..3888f1c6212 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=74 -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. |